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.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
id*string
Account ID
Format
uuidResponse 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?