Removing attendees
Example
curl --request GET \
--url 'https://api.inevent.com/?action=event.person.dismiss&tokenID=YOUR_TOKEN_HERE&eventID=YOUR_EVENT_ID&personID=PERSON_ID' \
--header 'Accept: application/json'Response
{
"count": 0,
"data": []
}Last updated