---
title: "Unassign task"
method: DELETE
path: "/task_assignments/{task_assignment_id}"
tags: ["Task assignments"]
---

# Unassign task

`DELETE /task_assignments/{task_assignment_id}`

Deletes a specific task assignment.

## Path parameters

- `task_assignment_id` string, required

## Response `204`

Returns an empty response when the task
assignment was successfully deleted.

## Other responses

- `404` — Returns an error if the task assignment for the given ID does not exist or is inaccessible to your account.
- `default` — An unexpected client error.

---

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