Disable payment link
Disable an active
payment link, rendering it unusable.
To access this endpoint using a token you’ll need
to specify the /accounts/{accountID}/transfers.write
scope.
DELETE
/accounts/{accountID}/payment-links/{paymentLinkCode}
The payment link was successfully disabled.
No payment link with the specified code was found.
Invalid request, an error message will be available in the response body.
Response for http requests that failed
{
"error": "example error message"
}
Request was refused due to rate limiting.
Response headers
Retry-After
number
Path parameters
accountID
string
<uuid>
required
ID of the account.
paymentLinkCode
string
required
Unique code of the payment link.