---
title: "Remove teammates from shift"
method: DELETE
path: "/shifts/{shift_id}/teammates"
tags: ["Shifts"]
---

# Remove teammates from shift

`DELETE /shifts/{shift_id}/teammates`

Remove teammates from a shift.

Required scope: `shifts:write`

## Path parameters

- `shift_id` string, required

## Request body

- TeammateIds
  - `teammate_ids` ResourceID[], required

## Response `204`

No content

---

[API](https://skmtc.net/frontapp/apis/core-api.md) · [All operations](https://skmtc.net/frontapp/apis/core-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/frontapp/core-api/revisions/76d1eaa2d0eb/schema)
