curl --request DELETE \
--url https://api.moonpay.com/platform/v1/sessions \
--header 'Api-Key: <api-key>'{
"code": 401,
"type": "<string>",
"message": "<string>"
}Revoke an active session token
curl --request DELETE \
--url https://api.moonpay.com/platform/v1/sessions \
--header 'Api-Key: <api-key>'{
"code": 401,
"type": "<string>",
"message": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://dev.moonpay.com/llms.txt
Use this file to discover all available pages before exploring further.
Secret key provided as an Authorization header.
Example: Authorization: Api-Key <secretKey>
The external customer identifier from your system.
There is no content to send for this request, but the headers may be useful.