DELETE
/
api
/
temporary-keys
/
{temporary_api_key_id}
curl --request DELETE \
  --url https://api.keywordsai.co/api/temporary-keys/%7B{temporary_api_key_id}%7D/ \
  --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.