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

Authorizations

Authorization
string
header
required

API key (dh_live_...) or Auth0 JWT token

Path Parameters

id
integer<int32>
required

Response

204

No Content