Skip to content

Bulk Delete Outline Nodes

DELETE
/api/writing/outline/nodes/bulk

Delete multiple outline nodes at once. Children cascade via FK ON DELETE CASCADE.

BulkDeleteRequest

Delete multiple outline nodes at once.

object
nodeIds
required
Nodeids
Array<string>
>= 1 items

Successful Response

BulkDeleteResponse

Result of a bulk delete operation.

object
deleted
required
Deleted
integer

Validation Error

HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context
object