Docs

Delete Section

DELETE /eventTypes/{typeId}/sections/{sectionId}

DELETE/eventTypes/{typeId}/sections/{sectionId}

Required Tokens

FieldTypeRequiredDescription
BearerAuthorization: Bearer <api-key>OptionalYour API key. Pass it as the Bearer token on every request.
Organization tokenx-Organization-TokenOptionalRun **Authorize Organization** in the Authorization folder.

Removes a section and cascades removal of its attribute assignments. Any task-tracked tasks for those assignments on events of this type are deleted.

Returns 200 OK.

Requires OrganizationAdmin permission.

Path Parameters

FieldTypeRequiredDescription
typeIdGuidRequiredThe event type that owns the section.
sectionIdGuidRequiredThe section to delete.