Skip to main content

Delete connector

DELETE 

/v2/boards/:board_id/connectors/:connector_id

Deletes the specified connector 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 connector.

    connector_id stringrequired

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

Responses

Connector deleted

Schema

    object

Loading...