delete https://api.revenuehq.dev/applications//api-tokens//enablement
Disables an application API token. Following the concept of REST, we are deleting the enablement for this token. Making a request to disable a token that is already disabled will have no effect. This request is idempotent by design.
This action triggers an email notification.
Authorized scopes:
- owner
- admin:full
Security protection
For security reasons, you cannot use an API token to authenticate this endpoint. A user session token must be used in the authentication header.