Skip to main content
DELETE
/
v1
/
manage
/
apikey
/
{id}
Delete API key
curl --request DELETE \
  --url https://api-v2.requesty.ai/v1/manage/apikey/{id} \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://docs.requesty.ai/llms.txt

Use this file to discover all available pages before exploring further.

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

Last modified on April 27, 2026