Skip to content

Delete an API key.

DELETE
/account/api_key/{api_key_id}
curl --request DELETE \
--url https://api.siteqwality.com/account/api_key/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0 \
--header 'Authorization: Bearer <token>'
api_key_id
required
string format: uuid

API key identifier

API key deleted

Missing or invalid authentication

API key not found

Internal server error