curl --request DELETE \
--url https://public-api.sessionboard.com/v1/event/{eventId}/exhibitors/{exhibitorId} \
--header 'x-access-token: <api-key>'Soft-delete an exhibitor. Can be restored with the restore endpoint. Requires the write:exhibitors scope.
curl --request DELETE \
--url https://public-api.sessionboard.com/v1/event/{eventId}/exhibitors/{exhibitorId} \
--header 'x-access-token: <api-key>'