Returns (Task)
Take the designated Attendee off the designated visit.
| Name | Description |
|---|---|
| visit | |
| personKey |
Example in C#
// Returns: nothing
await client.RemoveAttendeeFromVisitAsync(VisitInfo visit, String personKey);
Example in CURL
curl -X DELETE \
https://api.us.acresecurity.cloud/api/INSTANCE.KEY/visits/VISIT.KEY/attendees/ATTENDEE.KEY \
-H 'Authorization: Bearer TOKEN_GOES_HERE'