Delete a user attribute definition
Organization Admin permissions are required to use this endpoint.
Delete a custom user attribute definition. This permanently removes the value every user holds for the attribute.
Additionally, any references to the attribute will break upont deletion. This includes model SQL, dashboard or embed SSO URLs that pass it as a parameter, and connections that select an environment by its value will fall back to the default environment instead.
Authorizations
Can be either an Organization API Key or Personal Access Token (PAT).
Include in the Authorization header as: Bearer YOUR_TOKEN
Path Parameters
User attribute ID
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
Response
User attribute definition deleted

