Docs

Delete Event Attribute

DELETE /eventAttributes/{attributeId}

DELETE/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.

Deletes an event attribute. If the attribute is in use by any event, it is archived (soft delete) so existing values keep resolving. If it is unused, it is hard-deleted.

Returns 200 OK.

Requires OrganizationAdmin permission.

Path Parameters

FieldTypeRequiredDescription
attributeIdGuidRequiredThe attribute to delete.