Skip to main content
POST
/
v1
/
public
/
catalog
/
holds
/
release
Release a capacity hold (storefront)
curl --request POST \
  --url https://{operatorDomain}/v1/public/catalog/holds/release \
  --header 'Content-Type: application/json' \
  --data '
{
  "entityModule": "<string>",
  "holdToken": "<string>"
}
'

Body

application/json
entityModule
string
required
holdToken
string
required

Response

200

Released (204 No Content)