Unmutes a board.
  DELETE /boards/{board_id}/mute    
 DELETE
 /boards/{board_id}/mute
 Unmutes the specified board for the current user.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” board_id 
 required
   string
The name of the board to unmute.
Responses
Section titled “ Responses ”The board was successfully unmuted.
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."}Expired authentication token given.
{  "message": "Authentication token expired."}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 FoundInternal Server Error
string
Example
Internal Server Error