Delete authentication token

Invalidates one authentication session owned by the caller. For a programmatic token, use the first eight hexadecimal characters shown by the session-list response, or the full session UUID when available.

You cannot delete the session used to authorize the current request. Use another active token to remove it.

Body Params

The session to invalidate.

string
required
^[0-9a-fA-F]{8}(-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})?$

Full session UUID or the first eight hexadecimal characters shown by the session-list response. Do not include the _*** suffix.

Responses

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json