Docs
Delete Event Attribute
DELETE /eventAttributes/{attributeId}
DELETE
/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. |
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
| Field | Type | Required | Description |
|---|---|---|---|
| attributeId | Guid | Required | The attribute to delete. |