You should reset the authentication token after completing your API calls. This improves the security of the system by preventing the token from being reused.
Before you begin
You must have the following parameters:
- A valid authentication token (the token can be copied from the result of a previous session POST call)
- The administrator email address (that is, user account) that was used to create the authentication token
Steps
- On the Swagger page, click sessions.
- Click DELETE to display the API call used to reset an authentication token.
- Type the email address (that is, user account) and authentication token.
If you copied the authentication token after previously creating a new session, you can paste the token into the field on the page.
- Click Try it out!
The response code 204 indicates the token was deleted.