cURL
curl -X DELETE "https://api.arkhq.io/v1/tenants/cm6abc123def456" \ -H "Authorization: Bearer YOUR_API_KEY"
{ "success": true, "data": { "deleted": true }, "meta": { "requestId": "req_abc123xyz" } }
Permanently delete a tenant. This cannot be undone.
Use your API key from arkhq.io/org/credentials
Authorization: Bearer YOUR_API_KEY
The tenant ID
Tenant deleted
Show child attributes