---
title: "Remove Location Collaborators"
method: PATCH
path: "/public/v3/Locations/{locationId}/removeCollaborators"
tags: ["Locations"]
---

# Remove Location Collaborators

`PATCH /public/v3/Locations/{locationId}/removeCollaborators`

Remove collaborators from being associated with a location

## Path parameters

- `locationId` integer, required

## Headers

- `x-tive-account-id` integer, required

## Request body

- RemoveLocationCollaboratorsRequest
  - `emailAddresses` string[], required — Remove the specified email addresses as collaborators from a location.

## Response `204`

Collaborators removed

## Other responses

- `400` — Collaborators were not removed
- `401` — Unauthorized

---

[API](https://skmtc.net/tive/apis/tive-public-api.md) · [All operations](https://skmtc.net/tive/apis/tive-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tive/tive-public-api/revisions/9a8d869e3cdc/schema)
