curl --request DELETE \
--url http://co-mind-platform-host/v1/admin/tenants/{id}/api-keys/{keyId} \
--header 'Authorization: Bearer <token>'{
"error": {
"message": "Invalid authentication credentials",
"type": "permission_error",
"code": "unauthorized"
}
}Delete a provider API key from a tenant. Admin role required.
curl --request DELETE \
--url http://co-mind-platform-host/v1/admin/tenants/{id}/api-keys/{keyId} \
--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>API key deleted