Docs

Delete Activity Segment

DELETE /Activities/{activityId}/segments/{segmentId}

DELETE/Activities/{activityId}/segments/{segmentId}

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 segment from the activity's run of show.

Requires EventAdmin permission on the event.

Path Parameters

FieldTypeRequiredDescription
activityIdGuidRequiredThe ID of the activity.
segmentIdGuidRequiredThe ID of the segment to delete.

Response

Returns 200 OK with no body on success.