Update a user attribute for teams
Update a user attribute for one or more teams. Currently, this endpoint only supports deleting a user attribute assignment.
### Usage notes
- Retrieve the **userAttributeId** by calling the [/v2/user-attributes](https://help.sigmacomputing.com/reference/list-user-attributes) endpoint.
- Retrieve the **teamId** by calling the [/v2/teams](https://help.sigmacomputing.com/reference/list-teams) endpoint.
Authentication
AuthorizationBearer
OAuth authentication of the form <token>.
Path parameters
userAttributeId
Request
The request body.
delete
The teams whose assignments are to be revoked.
Response
The response body.

