DELETE PlanCare2Api/TeamAppointments/{appointmentId}/OccurrenceIndex/{occurrenceIndex}
Deletes a TeamAppointment instance
Requires 'Start' permission for function TeamCalendar {C3F247FC-E417-49CB-81F0-823D1E835B68}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| appointmentId |
The id of the parent 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 |
- |
|
| Content | HttpContent |
- |
|
| StatusCode | HttpStatusCode |
- |
|
| ReasonPhrase | string |
- |
|
| Headers | Collection of Object |
- |
|
| RequestMessage | HttpRequestMessage |
- |
|
| IsSuccessStatusCode | boolean |
- |