Logout

Logout Endpoint

delete
/auth/session/destroy

Invalidates the current session's BEARER_TOKEN.

Authorizations
BEARER_TOKENstringRequired
Responses
204

No Content - The session was successfully destroyed.

No content

delete
/auth/session/destroy
DELETE /v1/auth/session/destroy HTTP/1.1
Host: merchants-api.onekeypayments.com
Accept: */*
204

No Content - The session was successfully destroyed.

No content

Last updated

Was this helpful?