Skip to main content
DELETE
/
v1
/
auth
Delete existing auth token
curl --request DELETE \
  --url https://backend.swap.coffee/v1/auth \
  --header 'X-Api-Key: <api-key>'
{
  "error": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.swap.coffee/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-Api-Key
string
header
required

Query Parameters

key
string
required

Response

ok