Skip to main content
POST
/
v2
/
accounts
/
{id}
/
disable-ongoing-refresh
Disable account updates
curl --request POST \
  --url https://api-sandbox.argyle.com/v2/accounts/{id}/disable-ongoing-refresh \
  --header 'Authorization: Basic <encoded-value>'

Authorizations

Authorization
string
header
required

Username = api_key_id, Password = api_key_secret

Path Parameters

id
string<uuid>
required

ID of the account object.

Response

200

200 status code: Request succeeded.