Collection Providers
Remove a Moderator from a Collection Provider
Remove a moderator from a collection provider.
Permissions
- The authenticated user must be an administrator of the collection provider.
Returns
- Returns a 204 No Content response if the deletion is successful.
- If unsuccessful, returns an errors object detailing the issue.
delete/providers/collections/{provider_id}/moderators/{moderator_id}/
Path parameters
provider_idstring required
The unique identifier of the collection provider.
moderator_idstring required
The unique identifier of the moderator.
Response
Moderator successfully removed. No content returned.