Given a valid access token in the header then log out the authenticated user or client Will revoke the token
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://api.sandbox.velopayments.com//v1/logout'
Response Response Example
204 - Example 1
{}
Request
None
Responses
🟢204User has been logged out
application/json
Body
🟠401Invalid access token. May be expired or invalid
🟠403The authentication does not have permissions to access the resource
This usually occurs when there is a valid authentication instance (client or user) but they do not have the required permissions