Skip to main content

Delete mind map node

DELETE 

/v2-experimental/boards/:board_id/mindmap_nodes/:item_id

Deletes a mind map node item and its child nodes from the board.

Required scope

boards:write

Rate limiting

Level 3

Request

Path Parameters

    board_id stringrequired

    Unique identifier (ID) of the board from which you want to delete the mind map node.

    item_id stringrequired

    Unique identifier (ID) of the mind map node that you want to delete.

Responses

Mind map node deleted

Schema

    object

Loading...