Docs

Delete Configuration Column

DELETE /Activities/{activityId}/configuration/columns/{columnId}

DELETE/Activities/{activityId}/configuration/columns/{columnId}

Required Tokens

FieldTypeRequiredDescription
BearerAuthorization: Bearer <api-key>OptionalYour API key. Pass it as the Bearer token on every request.
Event tokenx-Event-TokenOptionalRun **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

FieldTypeRequiredDescription
activityIdGuidRequiredThe ID of the activity.
columnIdGuidRequiredThe ID of the column to delete.

Response

Returns 200 OK with no body on success.