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 whenfrom_event
is set totrue
.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.
