Revoke a token
/oauth/revokeOAuth2 token revocation endpoint (POST /oauth/revoke). Revokes the supplied token, invalidating the associated refresh token. Always responds 204 No Content.
Request body
application/json
tokenstring Required Responses
204
curl -X POST "https://auth.canopy-io.com/oauth/revoke" \ -H "Content-Type: application/json" \ -d '{ "token": "string" }'
HTTP/1.1 204 (empty body)
Tell us how we can improve this guide.