Skip to main content
DELETE
/
v1
/
manage
/
apikey
/
{id}
Delete API key
curl --request DELETE \
  --url https://api.requesty.ai/v1/manage/apikey/{id} \
  --header 'Authorization: Bearer <token>'
Delete an API key from your organization. This action cannot be undone.
Deleting an API key is permanent and cannot be undone. All requests using this API key will fail immediately after deletion.

Authorizations

Authorization
string
header
required

API key for authentication

Path Parameters

id
string<uuid>
required

Response

204

API key deleted successfully