Core resources


Administration


Booking flow

Delete product

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.

Parameters

idrequireduuid

The identifier of the product to delete

Responses

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"
Example response
{
"status": "ok"
}