---
title: "Delete a team role."
method: DELETE
path: "/api/{cloudId}/v1/teams/{teamId}/roles/{identifier}"
tags: ["Team roles"]
---

# Delete a team role.

`DELETE /api/{cloudId}/v1/teams/{teamId}/roles/{identifier}`

Deletes a team role.

## Path parameters

- `identifier` string, required
- `teamId` 'id' | 'name', required — Id of the team.

## Response `204`

Returned if the request is successful.

## Other responses

- `403` — Returned if the request user does not have permission to delete a custom user role

---

[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)
