---
title: "Remove contributor."
method: DELETE
path: "/api/apps/{app}/contributors/{id}"
tags: ["Apps"]
---

# Remove contributor.

`DELETE /api/apps/{app}/contributors/{id}`

## Path parameters

- `app` string, required
- `id` string, required

## Response `200`

Contributor removed.

- ContributorsDto
  - `_links` object, required — The links.
  - `items` ContributorDto[], required — The contributors.
    - `_links` object, required — The links.
    - `contributorId` string, required — The ID of the user that contributes to the app.
    - `contributorName` string, required — The display name.
    - `contributorEmail` string, required — The email address.
    - `role` string, nullable — The role of the contributor.
  - `maxContributors` integer, required — The maximum number of allowed contributors.
  - `_meta` ContributorsMetadata
    - `isInvited` string, required — Indicates whether the user has been invited.

## Other responses

- `400` — Validation error.
- `404` — Contributor or app not found.
- `500` — Operation failed.

---

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