curl --request DELETE \
--url https://api.moonpay.com/platform/v1/sessions \
--header 'X-Api-Key: <api-key>'{
"type": "<string>",
"message": "<string>"
}Revoke an active session token
curl --request DELETE \
--url https://api.moonpay.com/platform/v1/sessions \
--header 'X-Api-Key: <api-key>'{
"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 authentication via the X-Api-Key header.
Example: X-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.