---
title: "Delete Task"
method: DELETE
path: "/team-messaging/v1/tasks/{taskId}"
tags: ["Tasks"]
---

# Delete Task

`DELETE /team-messaging/v1/tasks/{taskId}`

Deletes the specified task.

## Path parameters

- `taskId` string, required

## Response `204`

No Content

## Other responses

- `403` — Forbidden
- `404` — Task with the specified ID does not exist

---

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