Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://api.trieve.ai/api/organization/api_key/{api_key_id} \ --header 'Authorization: <api-key>' \ --header 'TR-Organization: <tr-organization>'
{ "message": "Bad Request" }
Delete an api key for the auth’ed organization.
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?