Skip to main content
DELETE
/
checkout_links
/
{prefix_id}
Delete checkout link
curl --request DELETE \
  --url https://api.crevio.co/v1/checkout_links/{prefix_id} \
  --header 'Authorization: <api-key>'
{}

Authorizations

Authorization
string
header
required

API key in the format: Bearer {api_token}

Path Parameters

prefix_id
string
required

The resource prefix ID

Response

Checkout link deleted

The response is of type object.