/
Delete Link
Deletes a payment link identified by its unique ID. The link moves to the CANCELLED status, which makes it invalid and unusable from then on. This action is irreversible, and a link that is already cancelled or finalized answers with a 409.
Required scope: link:delete
Segurança
accountId and apiKey
- Sandboxhttps://api.test.easypay.pt/2.0/link/{id}
- Productionhttps://api.prod.easypay.pt/2.0/link/{id}
curl -i -X DELETE \
'https://api.test.easypay.pt/2.0/link/{id}' \
-H 'AccountId: 2b0f63e2-9fb5-4e52-aca0-b4bf0339bbe6' \
-H 'ApiKey: eae4aa59-8e5b-4ec2-887d-b02768481a92'