Skip to main content

Deletes a local team

DELETE 

https://apis.<domain>/iam/teams/:id

Deletes a local team and removes it from any policies.

Authorization Action:

iam:teams:delete

Request

Path Parameters

    id stringrequired

Responses

A successful response.

Schema
    team object
    id string
    name string
    tenants string[]
curl -L -X DELETE 'https://apis.<domain>/iam/teams/:id' \
-H 'Accept: application/json'
Request Collapse all
Base URL
https://apis.<domain>
Parameters
— pathrequired