Skip to main content
DELETE
https://api.keywordsai.co
/
api
/
temporary-keys
/
{temporary_api_key_id}
Delete API key
curl --request DELETE \
  --url 'https://api.keywordsai.co/api/temporary-keys/{{temporary_api_key_id}}/' \
  --header 'Authorization: Bearer <token>'
You can delete a temporary API key by sending a DELETE request to the temporary keys endpoint.

Path parameters

temporary_api_key_id
string
The ID of the temporary API key to delete.