Skip to main content
PUT
/
api
/
credentials
/
keys
/
{heron_id}
/
deactivate
Deactivate an API key
curl --request PUT \
  --url https://app.herondata.io/api/credentials/keys/{heron_id}/deactivate \
  --header 'x-api-key: <api-key>'
{
  "heron_id": "<string>",
  "is_active": true
}

Authorizations

x-api-key
string
header
required

Path Parameters

heron_id
string
required

Response

Key deactivated

heron_id
string
is_active
boolean