Skip to content

Unpins a board.

DELETE
/boards/{board_id}/pin

Unpins the specified board for the current user.

board_id
required
string format: uuid

The name of the board to unpin.

The board was successfully unpinned.

User was not found in request that requires authentication.

Generic response object

object
message
string
Examples

No authentication token given.

{
"message": "No authenticated user found."
}

User does not have required permissions to access board.

Generic response object

object
message
string
Examples

User is unauthorized to access board.

{
"message": "User does not have required permissions to access board."
}

Not Found

string
Example
Not Found

Internal Server Error

string
Example
Internal Server Error