---
title: "Remove collaborator"
method: DELETE
path: "/apps/{appName}/collaborators/{email}"
tags: ["Collaborators"]
---

# Remove collaborator

`DELETE /apps/{appName}/collaborators/{email}`

Removes a collaborator from the app (requires Owner permission, or user can remove themselves)

## Path parameters

- `appName` string, required
- `email` string, email, required

## Headers

- `tenant` string

## Response `201`

Collaborator removed

## Other responses

- `400` — Bad request - invalid parameters
- `403` — Forbidden - insufficient permissions
- `404` — Resource not found

---

[API](https://skmtc.net/dream-horizon-org/apis/delivr-ota-server-api.md) · [All operations](https://skmtc.net/dream-horizon-org/apis/delivr-ota-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dream-horizon-org/delivr-ota-server-api/revisions/0ad4e4284735/schema)
