Skip to main content
DELETE
/
api
/
paylinks
/
{code}
Cancel a pay link
curl --request DELETE \
  --url https://mag3nt.com/api/paylinks/{code} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.mag3nt.com/llms.txt

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

Authorizations

Authorization
string
header
required

Session token from POST /api/auth/verify

Path Parameters

code
string
required

Response

200 - application/json

Cancelled

success
boolean