Skip to main content
DELETE
/
api
/
v1
/
apps
/
{app_id}
/
keys
/
{key_id}
Revoke an API key from the app (soft-delete)
curl --request DELETE \
  --url https://api.hevn.finance/api/v1/apps/{app_id}/keys/{key_id} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
default:Bearer <token>
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-api-key
string | null

Path Parameters

app_id
string<uuid>
required
key_id
string<uuid>
required

Response

Successful Response

The response is of type Response Delete App Key Api V1 Apps App Id Keys Key Id Delete · object.