Docs
Delete Event Attribute
DELETE /Organizations/{organizationId}/eventAttributes/{attributeId}
DELETE
/Organizations/{organizationId}/eventAttributes/{attributeId}Required Tokens
| Field | Type | Required | Description |
|---|---|---|---|
| Bearer | Authorization: Bearer <api-key> | Optional | Your API key. Pass it as the Bearer token on every request. |
| Organization token | x-Organization-Token | Optional | Run **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
| Field | Type | Required | Description |
|---|---|---|---|
| organizationId | Guid | Required | The organization that owns the attribute. |
| attributeId | Guid | Required | The attribute to delete. |