Skip to main content

Delete frame

DELETE 

/v2/boards/:board_id/frames/:item_id

Deletes a frame from a 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 frame.

    item_id stringrequired

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

Responses

Frame deleted

Schema

    object

Loading...