---
title: "Delete escalation"
method: DELETE
path: "/api/{cloudId}/v1/teams/{teamId}/escalations/{id}"
tags: ["Escalations"]
---

# Delete escalation

`DELETE /api/{cloudId}/v1/teams/{teamId}/escalations/{id}`

Deletes an escalation with given id in the request.

## Path parameters

- `teamId` string, required
- `id` string, required

## Response `204`

Returned if the request is successful

## Other responses

- `401` — Returned if the authentication credentials are incorrect
- `403` — Returned if the request user does not have permission to delete escalation
- `404` — Returned if the escalation owning team or escalation is not found

---

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