Core resources
Administration
Booking flow
Delete a unit from your organization. This will also delete all bookings for this unit. Your subscription will be adjusted automatically. This action cannot be undone.
id
required
uuid
The identifier of the product to delete
200
Status message:
{ status: "ok" }
POST
/delete-product
curl -X POST "https://api.bookingmood.com/v1/delete-product?id=00000000-0000-0000-0000-000000000000" \ -H "Authorization: Bearer YOUR_API_KEY"
{"status": "ok"}