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