Remove a block from a board
arena_remove_blockRemove a block from a channel by deleting its connection to the board, detaching it while keeping the original block intact.
Instructions
Remove a block from a channel (e.g. a piece that no longer fits the brief). Are.na can't delete a block entity (405), but this deletes its CONNECTION to the board, which detaches it from that board (the block itself is not destroyed). Pass the board slug and the block_id from arena_get_channel.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| block_id | Yes | Block id to remove (get it from arena_get_channel). | |
| channel_slug | Yes | Board to remove the block from. |