Skip to content

Remove an album from favorites

gerome12 edited this page Feb 20, 2019 · 7 revisions

Used to remove an album to favorites. For removing an album, the calling user must be a member of the album.

URL : /albums/{album_id}/favorites

Method : DELETE

Auth Required : Authorization with a JWT Bearer token with the user as the sub claim. The user must be a member of the album.

Success Response

  • Status : 204 No Content

Error Response

If the user is not found.
If the album id does not exist.
If the user is not a member of the album.

  • Status : 404 Not Found
Clone this wiki locally