v1

latestOpenAPI 3.1.02026-07-261690320.7 KB

Unlink resource from team

Unlink resource from team

post/teams/{team_id}/unlinkResource

Path parameters

team_idinteger required

Unique ID of the team

Request body

repo_idinteger

The id of a repo to unlink.

cloud_idinteger

The id of a cloud to unlink.

image_idinteger

The id of an image to unlink.

domain_idinteger

The id of a domain to unlink.

zen_app_idinteger

The id of a zen app to unlink.

Example request

{
  "repo_id": 1
}

Response

The resource has successfully been unlinked from the team

successinteger

The integer 1 indicating success

Example response

{
  "success": 1
}