DELETE api/RcAdminEvents/DeleteAttendee?eventId={eventId}&personId={personId}&reason={reason}&updateRecurring={updateRecurring}
Deletes (removes) an attendee person from the gs event. - Study Session: Since StudySesison is 1:1, you cannot delete an attendee. Delete the event entirely instead - Group Session: Deletes attendee, both leader and student - Other resources: Not supported
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| eventId |
event id to delete an attendee to |
integer |
Required |
| personId |
attendee personId |
integer |
Required |
| reason |
required, non-empty reason for deletion |
string |
Required |
| updateRecurring |
whether to update all subsequent events, if the person is an attendee |
boolean |
Default value is False |
Body Parameters
None.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |