Logout
warning
This endpoint is only available when the authentication token used specifies a session ID (sid)
This endpoint destroys a session associated with an authentication token and any associated refresh token.
HTTP Request
POST https://api.doordeck.com/auth/token/destroy
Example
- Request
- Response
CURL
curl "https://api.doordeck.com/auth/token/destroy" \
-X POST \
-H "Authorization: Bearer TOKEN"
Remember
Replace TOKEN with your access token.
HTTP CODE
204