Skip to main content
DELETE
/
api
/
v1
/
business
/
links
/
{id}
Deactivate a payment link
curl --request DELETE \
  --url http://localhost:3001/api/v1/business/links/{id} \
  --header 'x-api-key: <x-api-key>'
{
  "success": true,
  "data": {
    "message": "Operation completed successfully"
  }
}

Documentation Index

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

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

Headers

x-api-key
string
required

Path Parameters

id
string
required

Response

OK

success
boolean
required
Example:

true

data
object
required