Deletes a feed with the given id. The user must be the owner of the feed.
URL:
http://{domain_name}/{rest_context_name}/private/v1/calendar/feeds/{id}
Parameters:
Required (path parameters):
Parameter | Description |
---|---|
id | The title of the feed. |
Optional (query parameters): No
Request example:
DELETE: http://localhost:8080/rest/private/v1/calendar/feeds/feed123
Response:
HTTP status code: 200 if delete successfully, 503 if any error during save process.