Skip to main content
DELETE
/
tiro
/
api-keys
/
{api_key_id}
Delete an API key
curl --request DELETE \
  --url https://{deployment}/api/v1/tiro/api-keys/{api_key_id} \
  --header 'X-API-KEY: <api-key>'
{}

Authorizations

X-API-KEY
string
header
required

Your deployment's API key (MMK_API_KEY).

Path Parameters

api_key_id
string
required

Tiro API key ID.

Response

Deletion result

The response is of type object.