DELETE PlanCare2Api/ClientAppointments/{appointmentId}/OccurrenceIndex/{occurrenceIndex}
Deletes a client appointment occurrence
Requires 'Start' permission for function ClientGroupCalendar {6D8B7697-D439-4E6E-9773-52E40081B837}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| appointmentId |
The id of the recurring appointment |
integer |
Required |
| occurrenceIndex |
The index of the occurrence of the appointment. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Returns the HttpResponseMessage which contains the result of the delete action
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 |