メインコンテンツまでスキップ

ワークスペースの共有チームを削除する

DELETE https://deploygate.com/api/enterprises/{WORKSPACE_NAME}/shared_teams/{SHARED_TEAM_NAME}

ワークスペースの共有チームを削除します。


Path Params

NameTypeRequiredDescription
WORKSPACE_NAMEstringtrueワークスペース名
SHARED_TEAM_NAMEstringtrue共有チーム名

Example

curl \
-X DELETE \
--url "https://deploygate.com/api/enterprises/${WORKSPACE_NAME}/shared_teams/${SHARED_TEAM_NAME}" \
-H "Accept: application/json" \
-H "Authorization: Bearer ${API_TOKEN}"

Result 200

{
"error": false,
"message": "${SHARED_TEAM_NAME} was removed"
}