Company logoTrust Center Documentation

Delete account

Permanently delete an account and all associated data. This action cannot be undone. Browse request parameters, authentication requirements, response…

DELETE
/api/v1/accounts/{id}

Permanently delete an account and all associated data. This action cannot be undone.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Account ID

Formatuuid

Response Body

application/json

curl -X DELETE "https://example.com/api/v1/accounts/550e8400-e29b-41d4-a716-446655440000"
{  "success": true,  "data": {    "ok": true,    "deleted": true  }}

How is this guide?