Skip to main content
DELETE
/
platform
/
v1
/
sessions
cURL
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.

Authorizations

Api-Key
string
header
required

Secret key provided as an Authorization header.

Example: Authorization: Api-Key <secretKey>

Query Parameters

externalCustomerId
string
required

The external customer identifier from your system.

Response

There is no content to send for this request, but the headers may be useful.