Revoke Token
Revokes token. Using the current token in the path, this endpoint updates the revoked_at field and revokes the token.
This request requires a client_id and client_secret in the header. Only admins can view, generate, and rotate credentials.
DELETE
/api/{version}/token/{token}
Path Parameters
| Field | Required | Type |
|---|---|---|
version API version. Indicates which FDX version is in use. Default value = | Required | String |
token Token to be revoked. | Required | String |
Request sample
Language:shell
Response sample
Language:json