Account Delete - Single User
To remove an account, use the endpoint /api/v2/account/delete
, specifying the necessary parameters.
event_id:
The unique identifier of the event (integer), required whenfrom_event
is set totrue
.id:
The unique identifier of the exhibitor (integer).email:
Account Emailexternal_id:
Account External IDfrom_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.
Notice: Only one of the identifiers is required: id, email or external ID