Delete a refresh token
DELETE/v2/modules/:module/setups/:setupId/tokens/:token
Revokes and permanently deletes a specific refresh token identified by its value. Only the token's owner, the user designated as the client's owner, or a global admin may perform this operation. Revoking a token immediately prevents it from being used to obtain new access tokens.
Request
Path Parameters
module stringrequired
setupId stringrequired
token stringrequired
Responses
- 204
- 403
- 404
The refresh token was successfully revoked and deleted
The caller is not the token owner, the user designated as the client's owner, or an administrator
No refresh token found with the specified value in this setup
Loading...