Skip to content

Forget an account

Request

Security
x-api-key
Path
idstringrequired

Unique identifier for the account

DELETE
/v1/accounts/{id}
curl -i -X DELETE \
  'https://api.pushsecurity.com/v1/accounts/{id}' \
  -H 'x-api-key: YOUR_API_KEY_HERE'

Responses

OK

Bodyapplication/json
idstring

Unique identifier for the account

Example:"d6a32ba5-0532-4a66-8137-48cdf409c972"
objectstring

The type of object that has been removed by this operation

Example:"ACCOUNT"
deletedboolean

Whether the account has been successfully removed or not

Example:true
Response
{ "id": "d6a32ba5-0532-4a66-8137-48cdf409c972", "object": "ACCOUNT", "deleted": true }