CASE FrameworkCASE Framework
Management APIService accounts

Delete service account API key

DELETE
/v1/user-management/service-accounts/{serviceAccountID}/api-keys/{apiKeyID}

Authorization

BearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

serviceAccountID*string
apiKeyID*string

Response Body

application/json

application/json

application/json

application/json

curl -X DELETE "https://example.com/v1/user-management/service-accounts/string/api-keys/string"
{
  "success": true
}
{
  "error": "string"
}
{
  "error": "string"
}
{
  "error": "string"
}