Skip to content

Delete a report provider

gerome12 edited this page May 10, 2019 · 1 revision

Used to delete a report provider for a given album. Only for an admin.

URL : /albums/{album_id}/reportproviders/{client_id}

Method : DELETE

Auth Required : Authorization with a JWT Bearer token with the user as the sub claim.

Success Response

  • Status : 204 No Content

Error Response

If the user is not found
If the album is not found
If the client id is not found

  • Status : 404 Not Found

If the user is not an admin

  • Status : 403 Forbidden
Clone this wiki locally