Dismiss all notifications for board
DELETE /boards/{board_id}/notifications
DELETE
/boards/{board_id}/notifications
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” board_id
required
string format: uuid
The external id of the board to dismiss notifications for.
Examples
An existing board
c6d3d10e-8e49-4d73-b28a-9d652b41beecResponses
Section titled “ Responses ”Board notifications dismissed.
User is not logged in.
string
Example
UnauthorizedUser 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 FoundInternal Server Error
string
Example
Internal Server Error