Skip to main content
DELETE
/
api
/
v2
/
links
/
{id}
Archive payment link
curl --request DELETE \
  --url https://rcur.app/api/v2/links/{id} \
  --header 'Authorization: Bearer <token>'
{
  "status": 404,
  "error": "Resource not found"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

No content