- Introduction
- Warehouses
- Delivery Groups
- Delivery Ranges
- Delivery Drops
- Sales Rep Hierarchies
- Sales Reps
- Sales Rep Managers
- Ordering Groups
- Customers
- Attendees
- Vendors
- Brokers
- Booths
- Create a new BoothPOST
- Update a BoothPUT
- Get a list of BoothsGET
- Retrieve a specific Booth by IDGET
- Delete a BoothDELETE
- Associate a product to a boothPOST
- Get a list of products associated with a boothGET
- Associate multiple products to a boothPUT
- Remove a product from a boothDELETE
- Associate a vendor to a boothPOST
- Associate multiple vendors to a boothPUT
- Get a list of vendors associated with a boothGET
- Remove a vendor from a boothDELETE
- Facilitators
- Brands
- Categories
- Products
- Create new pricing for a product
- Update product pricing by price ID
- Get a collection of price lists for products
- Retrieve pricing by price ID
- Delete a price list by ID
- Create a new Product
- Update a Product
- Get a list of Products
- Retrieve a specific Product by ID
- Delete a Product
- Get a list of Product Inventory
- Bulk update product inventory
- Orders
- Delivery Dates
- VIP Users
- Show Admins
- Exports
Delete a Booth
DELETE
/Booth/{id}
Booths
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE '/Booth/'
Response Response Example
200 - Deleted successfully
{
"message": "Deleted successfully"
}
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Path Params
id
stringÂ
required
Responses
🟢200OK
application/json
Body
message
stringÂ
required
🟠400Bad Request
Modified at 2025-05-15 20:37:00