Company logoTrust Center Documentation
API v1 Reference/Accounts/Id

Delete account

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

DELETE
/api/v1/accounts/{id}
AuthorizationBearer <token>

In: header

Path Parameters

idstring

Account ID

Formatuuid

Response Body

fetch("https://app.orbiqhq.com/api/v1/accounts/497f6eca-6276-4993-bfeb-53cbbbba6f08")
{
  "success": true,
  "data": {
    "ok": true,
    "deleted": true
  }
}
Empty
Empty
Empty
Empty

How is this guide?