---
title: "Delete Team"
method: DELETE
path: "/api/v1/org/{orgId}/team/{teamId}"
tags: ["Organization Teams"]
---

# Delete Team

`DELETE /api/v1/org/{orgId}/team/{teamId}`

## Delete Team
Removes this Team from the StackHawk organization.

> 🧾 Audited
> This is recorded as `TEAM_DELETED` [User Activity](https://apidocs.stackhawk.com/reference/listauditactivity#user-activity-types).


> Requires `delete:team` permission.

## Path parameters

- `orgId` string, uuid, required
- `teamId` string, uuid, required

## Response `200`

OK

- OrganizationDeleteTeamResponse

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.dev/stackhawk/apis/stackhawk-public-api.md) · [All operations](https://skmtc.dev/stackhawk/apis/stackhawk-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stackhawk/stackhawk-public-api/revisions/8252990ac9eb/schema)
