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
    idstring
    namestring
    tenantsstring[]
var client = new HttpClient();
var request = new HttpRequestMessage(HttpMethod.Delete, "https://apis.<domain>/iam/teams/:id");
request.Headers.Add("Accept", "application/json");
var response = await client.SendAsync(request);
response.EnsureSuccessStatusCode();
Console.WriteLine(await response.Content.ReadAsStringAsync());
Request Collapse all
Base URL
https://apis.<domain>
Parameters
— pathrequired