Skip to main content
DELETE
Delete Template Section

Authorizations

Authorization
string
header
required

Okta access-token JWT sent as a Bearer token. The token identifies the user and scopes access to the user's organization.

Path Parameters

template_id
string
required

UUID of template

section_id
string
required

UUID of section to delete

Query Parameters

cascade_children
boolean
default:true

Whether to delete child sections with higher levels (default: true)

Response

Section deleted successfully

message
string

Success message

deleted_section_id
string

UUID of deleted section

deleted_count
integer
default:1

Total sections deleted (including cascaded children)