Skip to content

Suggested

API Dashboard
DELETE /payment-links/{id}

Only ATTEMPT and EXPIRED links can be deleted

DELETE/payment-links/{id}
Delete payment link
Request
DELETE /sandbox/payment-links/{id} HTTP/1.1
Host: api.conomyhq.com
Authorization: Bearer {ACCESS_TOKEN}
x-api-key: {YOUR_API_KEY}
conomyhq-api-version: 24-04-2025
User-Agent: MyApp/1.0
Response
{
  "error": {
    "type": "bad_request",
    "info": null
  },
  "message": null
}