/
Forget an account
DELETE
curl -i -X DELETE \
'https://api.pushsecurity.com/v1/accounts/{id}' \
-H 'x-api-key: YOUR_API_KEY_HERE'Response
{ "id": "d6a32ba5-0532-4a66-8137-48cdf409c972", "object": "ACCOUNT", "deleted": true }
curl -i -X DELETE \
'https://api.pushsecurity.com/v1/accounts/{id}' \
-H 'x-api-key: YOUR_API_KEY_HERE'{ "id": "d6a32ba5-0532-4a66-8137-48cdf409c972", "object": "ACCOUNT", "deleted": true }