---
title: "Remove a Moderator from a Collection Provider"
method: DELETE
path: "/providers/collections/{provider_id}/moderators/{moderator_id}/"
tags: ["Collection Providers"]
---

# Remove a Moderator from a Collection Provider

`DELETE /providers/collections/{provider_id}/moderators/{moderator_id}/`

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.

## Path parameters

- `provider_id` string, required
- `moderator_id` string, required

## Response `204`

Moderator successfully removed. No content returned.

## Other responses

- `401` — Unauthorized. Authentication is required.
- `403` — Forbidden. You do not have permission to remove this moderator.
- `404` — Not Found. No moderator matches the given ID.

---

[API](https://skmtc.net/osf/apis/osf-apiv2-documentation.md) · [All operations](https://skmtc.net/osf/apis/osf-apiv2-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/osf/osf-apiv2-documentation/versions/ca701048eb0d/schema)
