Docs
Delete Configuration Column
DELETE /Activities/{activityId}/configuration/columns/{columnId}
DELETE
/Activities/{activityId}/configuration/columns/{columnId}Required Tokens
| Field | Type | Required | Description |
|---|---|---|---|
| Bearer | Authorization: Bearer <api-key> | Optional | Your API key. Pass it as the Bearer token on every request. |
| Event token | x-Event-Token | Optional | Run **Get Tokens** in the Authorization folder, or call `GET /Events/{eventId}/authorize` manually. |
Permanently removes a column from the activity's segment configuration. Any segment property values stored under this column will also be removed.
Requires EventAdmin permission on the event.
Path Parameters
| Field | Type | Required | Description |
|---|---|---|---|
| activityId | Guid | Required | The ID of the activity. |
| columnId | Guid | Required | The ID of the column to delete. |
Response
Returns 200 OK with no body on success.