Skip to main content

Delete shape item

DELETE 

/v2/boards/:board_id/shapes/:item_id

Deletes a shape item 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 item.

    item_id stringrequired

    Unique identifier (ID) of the item that you want to delete.

Responses

Shape item deleted

Schema

    object

Loading...