Truztcube Docs
API ReferenceOrganisation Management

Delete organisation (Admin only)

Delete an organisation and all related data. Admin access required.

DELETE/v1/organisation-management/{id}
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Organisation ID

Response Body

application/json

curl -X DELETE "https://example.com/v1/organisation-management/string"
{  "success": true,  "statusCode": 200,  "message": "Request processed successfully",  "timestamp": "2025-10-20T16:30:00.000Z",  "path": "/v1/auth/register",  "data": {    "id": "org_cjld2cjxh0000qzrmn831i7rn",    "message": "Organisation deleted successfully"  }}