Delete Calendar

HTTPS Method

DELETE

URI

https://< server >/adminapi/calendar/{id}

https://< server >/adminapi/calendar/{id}[?forced]

Example URI

https://uccx-server/adminapi/calendar/1

https://uccx-server/adminapi/calendar/1[?forced]

Content Type

Application/XML, Application/JSON

HTTPS Success Code

200

HTTPS Failure Codes

400,401,403,404,500

Success Response

HTTPS/1.1 200 OK

Error Response


<apiErrors>
    <apiError>
        <errorData>Unable to delete calendar as applications [App1, App2] are associated with this calendar</errorData>
        <errorMessage>Unable to delete calendar as applications [App1, App2] are associated with this calendar</errorMessage>
        <errorType>400</errorType>
        <i18n>
            <key>adminapi.calendar.application.association.delete.alert</key>
            <args>
                <arg>[App1, App2]</arg>
            </args>
        </i18n>
	</apiError>
</apiErrors>