Delete Team
DELETE
/api/v1/org/{orgId}/team/{teamId} Delete Team
Removes this Team from the StackHawk organization.
🧾 Audited This is recorded as
TEAM_DELETEDUser Activity.
Requires
delete:teampermission.
Path parameters
orgIdstring · uuidrequiredUUID identifier for this StackHawk Organization.
teamIdstring · uuidrequiredUUID identifier for this StackHawk Team.
Response
OK
objectobjectBad Request
Unauthorized