Skip to main content
DELETE
/
v1
/
x402
/
endpoints
/
{id}
Deactivate endpoint
curl --request DELETE \
  --url https://api.swiftpay.finance/v1/x402/endpoints/{id} \
  --header 'X-Swift-Key: <api-key>'
{
  "success": true,
  "data": null
}

Documentation Index

Fetch the complete documentation index at: https://docs.swiftpay.finance/llms.txt

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

Authorizations

X-Swift-Key
string
header
required

Your secret API key (sk_live_*). Keep this server-side only.

Path Parameters

id
string<uuid>
required

Endpoint ID (UUID)

Response

Endpoint deactivated

success
enum<boolean>
Available options:
true
data
unknown