post https://{application_vanity_domain}/refresh-tokens//revoke
Revokes the specified refresh token.
Required Permissions
Below is the list of required permissions needed to interact with this API. For each permission, the allowed permission boundaries are also specified.
| Permission | Boundary | Description |
|---|---|---|
| refresh-token:revoke | Application | The subject can revoke any refresh token under the application that the subject belongs to. |
| Tenant | The subject can revoke any refresh token associated with the tenant to which the subject belongs. | |
| Tenant Inclusion List | The subject can revoke any refresh token associated with tenants specified in the tenant inclusion list. | |
| Tenant Exclusion List | The subject can revoke any refresh token associated with tenants in the subject's application that are not on the tenant exclusion list. | |
| Self | A user subject can revoke their own refresh tokens. |