DELETE
/
api
/
organization
/
api_key
/
{api_key_id}
curl --request DELETE \
  --url https://api.trieve.ai/api/organization/api_key/{api_key_id} \
  --header 'Authorization: <api-key>' \
  --header 'TR-Organization: <tr-organization>'
This response has no body data.

Authorizations

Authorization
string
header
required

Headers

TR-Organization
string
required

The organization id to use for the request.

Path Parameters

api_key_id
string
required

The id of the api key to delete