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
}Deactivate an API key. The key will stop working immediately but can be re-activated later. Use this instead of deleting to allow rollback.
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
}Was this page helpful?