Implementing OwnCloud API v1: Delete a feed #10

Closed
opened 2017-02-07 13:21:27 -05:00 by dustinwilson · 0 comments
Owner

Delete a feed

Deletes a feed with the id feedId and all of its items

  • Method: DELETE
  • Route: /feeds/{feedId}
  • Parameters: none
  • Return codes:
  • HTTP 404: If the feed does not exist
  • Returns: nothing
## Delete a feed Deletes a feed with the id feedId and all of its items * **Method**: DELETE * **Route**: /feeds/{feedId} * **Parameters**: none * **Return codes**: * **HTTP 404**: If the feed does not exist * **Returns**: nothing
jking closed this issue 2017-05-21 10:10:41 -04:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

0000-12-31

Dependencies

No dependencies set.

Reference: MensBeam/Arsse#10
No description provided.