Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://{operatorDomain}/v1/admin/products/{id}/brochure \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "<string>", "name": "<string>", "description": "<string>", "slug": "<string>", "shortDescription": "<string>", "bookingMode": "<string>", "capacityMode": "<string>", "visibility": "<string>", "sellCurrency": "<string>", "sellAmountCents": 123, "startDate": "<string>", "endDate": "<string>", "pax": 123, "isFeatured": true } }
Remove the product brochure.
Staff session or API token issued by your Voyant app.
Deleted brochure
Show child attributes