Skip to main content
DELETE
/
api-keys
/
{id}
Delete API Key
curl --request DELETE \
  --url https://api.veryfront.com/api-keys/{id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Authentication via JWT token or API key. JWT: Get from Veryfront dashboard. API Key: Format "vf__" - create via /api-keys endpoint.

Path Parameters

id
string<uuid>
required

Response

API key deleted successfully