Checkout Links
Delete Checkout Link
Permanently remove a checkout link.
DELETE
TypeScript SDK
Authorizations
Authenticate requests using your standard bearer API key (e.g. YOUR_API_KEY).
Path Parameters
Checkout Link ID
Example:
"chk_123"
Response
200 - application/json
Checkout link deleted successfully.
Response message indicating the outcome of the action.
Example:
"Checkout link deleted successfully"
TypeScript SDK