Skip to main content

deleteCustomAttribute

Delete a custom attribute from your organization.

Removing a custom attribute stops enforcing the rule for future resources. Existing attributes on resources are not removed. Requires the organization:manage action.

deleteCustomAttribute(
organizationId: ID!
id: UUID!
): CustomAttributePayload

Arguments

deleteCustomAttribute.organizationId ● ID! non-null scalar {#organization-id}

Your organization's unique identifier.

deleteCustomAttribute.id ● UUID! non-null scalar {#id}

The identifier of the custom attribute to delete.

Type

CustomAttributePayload object