Skip to main content
DELETE
/
accounts
/
{account_id}
Stop tracking an account
curl --request DELETE \
  --url https://api.creatoraudit.com/v2/accounts/{account_id} \
  --header 'Authorization: Bearer <token>'
{
  "type": "<string>",
  "title": "<string>",
  "status": 123,
  "detail": "<string>",
  "instance": "<string>",
  "errors": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

account_id
string
required

Account UUID or @username (V2R-13).

Response

Successful Response