curl --request DELETE \
--url http://co-mind-platform-host/v1/admin/tenants/{id} \
--header 'Authorization: Bearer <token>'{
"error": {
"message": "Invalid authentication credentials",
"type": "permission_error",
"code": "unauthorized"
}
}Delete a tenant. SysAdmin role required.
curl --request DELETE \
--url http://co-mind-platform-host/v1/admin/tenants/{id} \
--header 'Authorization: Bearer <token>'{
"error": {
"message": "Invalid authentication credentials",
"type": "permission_error",
"code": "unauthorized"
}
}Bearer token authentication. Supports two token types:
POST /v1/auth/loginPOST /v1/api-tokens, format: cmnd_<tokenId>.<secret>The tenant ID
Tenant deleted