Skip to content

End login session, invalidating current login token.

Request

Security
oauth2 or bearerAuth
DELETE
/compliance/auth/token
curl -i -X DELETE \
  https://sandboxapi.peach.finance/api/compliance/auth/token \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

Success

Bodyapplication/json
messagestring

Description of the server action or error.

statusinteger

HTTP status code.

Response
{ "message": "string", "status": 0 }