cURL
curl --request DELETE \ --url https://control-plane.kubiya.ai/api/v1/projects/{project_id}/teams/{team_id} \ --header 'Authorization: <api-key>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Remove a team from a project
Successful Response
Was this page helpful?