Skip to main content

Remove Shared Team from App

DELETE https://deploygate.com/api/organizations/{ORGANIZATION_NAME}/platforms/{PLATFORM_TYPE}/apps/{APP_ID}/shared_teams/{TEAM_NAME}

This operation is allowed to Enterprise Organizations.


Path Params

NameTypeRequiredDescription
ORGANIZATION_NAMEstringtrueOrganization Name
PLATFORM_TYPEstringtrueios or android
APP_IDstringtrueApp's package name (Example: com.deploygate.android)
TEAM_NAMEstringtrueName of Team to delete

Example

curl \
--url "https://deploygate.com/api/organizations/${ORGANIZATION_NAME}/platforms/${PLATFORM_TYPE}/apps/${APP_ID}/shared_teams/${TEAM_NAME}" \
-H "Authorization: Bearer ${TOKEN}" \
-X DELETE

Result 200

{
"error": false,
"message": "Name of Team was leaved from Name of App(Organization Name)"
}