RemoveAttendeeFromVisitAsync

Returns (Task)

Take the designated Attendee off the designated visit.

Name Description
visit
personKey

Remove Attendee From Visit Async

Example in C#

// Returns: nothing
await client.RemoveAttendeeFromVisitAsync(VisitInfo visit, String personKey);

Example in CURL



           curl -X DELETE \
               https://keepapi.feenicshosting.com/api/INSTANCE.KEY/visits/VISIT.KEY/attendees/ATTENDEE.KEY \
               -H 'Authorization: Bearer TOKEN_GOES_HERE'