ResourcesProduct Variants

Release a booking hold

Release a previously created booking hold.

Release a booking hold when the customer changes appointment time, switches variants, or leaves checkout before completing payment.

DELETE
/v2/products/{product}/variants/booking/holds/{hold}

Authorization

bearerAuth
AuthorizationBearer <token>

Provide your SellApp API key as a bearer token.

In: header

Path Parameters

product*integer

The product path parameter.

hold*string

The hold path parameter.

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X DELETE "https://sell.app/api/v2/products/0/variants/booking/holds/string" \  -H "Content-Type: application/json" \  -d '{    "customer_key": "visitor-session-123"  }'
{
  "ok": true
}