Delete API key

DELETE/platform/api-keys/{keyId}

Delete an API key owned by the authenticated organization

Authorization<token>

In: header

Path Parameters

keyId*string

API key ID

Response Body

200application/json

OK

type: unknown

{
  "$ref": "#/components/schemas/apikeysv1.DeleteApiKeyResponse",
  "$ref-value": {
    "type": "object"
  }
}
curl -X DELETE "https://api.rixl.com/platform/api-keys/string"

OK

application/json

{
  "$ref": "#/components/schemas/apikeysv1.DeleteApiKeyResponse",
  "$ref-value": {
    "type": "object"
  }
}