File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
content/terraform-docs-common/docs/cloud-docs/api-docs Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -160,9 +160,9 @@ curl \
160160 https://app.terraform.io/api/v2/teams/257525/relationships/organization-memberships
161161```
162162
163- ## Delete a User from Team (With user ID )
163+ ## Delete a User from Team (With username )
164164
165- This method removes multiple users from a team using the user ID . Both users and teams must already exist. This method only removes a user from this team. It does not delete that user overall.
165+ This method removes multiple users from a team using the username . Both users and teams must already exist. This method only removes a user from this team. It does not delete that user overall.
166166
167167`DELETE /teams/:team_id/relationships/users`
168168
@@ -179,7 +179,7 @@ Properties without a default value are required.
179179| Key path | Type | Default | Description |
180180| ------------- | ------ | ------- | ----------------------------------- |
181181| `data[].type` | string | | Must be `"users"`. |
182- | `data[].id` | string | | The ID of the user to remove from this team. |
182+ | `data[].id` | string | | The username of the user to remove from this team. |
183183
184184### Sample Payload
185185
You can’t perform that action at this time.
0 commit comments