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…

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

DELETE
/api/v1/accounts/{id}

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Account ID

Formatuuid

Response Body

application/json

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

How is this guide?