Authorizations
Headers
The organization id to use for the request.
Path Parameters
The id of the api key to delete
Response
Confirmation that the api key was deleted
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 does not have an example.
Delete an api key for the auth’ed organization.
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 does not have an example.
The organization id to use for the request.
The id of the api key to delete
Confirmation that the api key was deleted
Was this page helpful?