Skip to main content
DELETE
/
v2
/
accounts
/
{id}
Delete an account
curl --request DELETE \
  --url https://api-sandbox.argyle.com/v2/accounts/{id} \
  --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 to be deleted.

Response

204

204 status code: No content.