Docs

Delete Event Attribute

DELETE /Organizations/{organizationId}/eventAttributes/{attributeId}

DELETE/Organizations/{organizationId}/eventAttributes/{attributeId}

Required Tokens

FieldTypeRequiredDescription
BearerAuthorization: Bearer <api-key>OptionalYour API key. Pass it as the Bearer token on every request.
Organization tokenx-Organization-TokenOptionalRun **Authorize Organization** in the Authorization folder.

Permanently deletes a custom event attribute and all of its options. This action is irreversible.

Requires OrganizationAdmin permission.

Path Parameters

FieldTypeRequiredDescription
organizationIdGuidRequiredThe organization that owns the attribute.
attributeIdGuidRequiredThe attribute to delete.