Update a user attribute for tenants (Beta)
Update a user attribute for tenants (Beta)
Update a user attribute for one or more tenants. Currently, this endpoint only supports deleting a user attribute assignment.
**Beta**: This documentation describes a public beta feature and is subject to the [Beta features](/docs/sigma-product-releases#beta-features) disclaimer.
### Usage notes
- Retrieve the **userAttributeId** by calling the [/v2/user-attributes](https://help.sigmacomputing.com/reference/list-user-attributes) endpoint.
- Specify one or more tenants by tenantOrganizationId. Retrieve the **tenantOrganizationId** by calling the [/v2/tenants](https://help.sigmacomputing.com/reference/list-tenants) endpoint and using the `tenantOrganizationId` included in the response.
Authentication
AuthorizationBearer
OAuth authentication of the form <token>.
Path parameters
userAttributeId
Request
The request body.
delete
The tenants whose assignments are to be revoked.
Response
The response body.

