Delete a Key
To permanently delete a key, use the/v2/keys.deleteKey
endpoint:
Disable a Key Temporarily
If you want to temporarily disable a key without deleting it, use the/v2/keys.updateKey
endpoint:
enabled: true
.Keys can be revoked at any time, from the API or the dashboard.
/v2/keys.deleteKey
endpoint:
/v2/keys.updateKey
endpoint:
enabled: true
.