Delete Checkout Link
Intent
Removes the checkout link.
When to call it
Call this only after your application has identified the checkout link that should be removed.
Access boundary
Authorize the request with a token that carries checkout_links:write.
Successful result
A successful request returns 204 without a response document.
DELETE
Delete Checkout Link
Previous
Read Discount### Intent
Reads the discount without changing it.
### When to call it
Call this after your application has received or stored the identifier for the discount.
### Access boundary
Authorize the request with a token that carries `discounts:read` or `discounts:write`.
### Successful result
A successful request returns `200`. The response schema below defines the body your integration receives.
Next
Delete Checkout Link