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.
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"
}Was this page helpful?