---
title: "Remove active event collaboration"
method: DELETE
path: "/events/{eventId}/collaborators/{id}"
tags: ["Event Collaborators"]
---

# Remove active event collaboration

`DELETE /events/{eventId}/collaborators/{id}`

Remove an active collaboration (hard delete). Can be done by event team members or the collaborating team members. This completely removes access.

## Path parameters

- `eventId` string, required — Event ID that the collaboration belongs to
- `id` string, required — Event team access grant ID to retrieve

## Other responses

- `400` — 400
- `401` — 401
- `403` — 403
- `404` — 404
- `409` — 409
- `412` — 412
- `422` — 422
- `429` — 429
- `500` — 500
- `501` — 501
- `503` — 503

---

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