curl --request DELETE \
--url https://api.trieve.ai/api/user/api_key/{api_key_id} \
--header 'Authorization: <api-key>'
This response does not have an example.
Delete an api key for the auth’ed user.
curl --request DELETE \
--url https://api.trieve.ai/api/user/api_key/{api_key_id} \
--header 'Authorization: <api-key>'
This response does not have an example.
The id of the api key to delete
Confirmation that the api key was deleted
Was this page helpful?