Exhibitor - Delete

To remove an exhibitor, use the endpoint /api/v2/exhibitor/delete, specifying the necessary parameters.

  • event_id: The unique identifier of the exhibition (integer), required when from_event is set to true.

  • id: The unique identifier of the exhibitor (integer).

  • from_event: A boolean flag indicating whether the exhibitor should be removed locally from the event (default: false).

This endpoint enables precise exhibitor removal while maintaining event-specific data integrity within ExpoPlatform.

image-20250529-081728.png