token_delete_create
POST/public-api/token/delete/
Deletes a refresh token (obtained initially with /token).
Use this endpoint to delete an existing refresh token. Use the /token endpoint to obtain a new refresh and access token.
Request
Responses
- 204
- 400
- 401
Successfully deleted refresh token
Bad Request
Unauthorized. This could mean that the token is invalid, expired or blacklisted