Mute Thread
Toggles the authenticated customer’s mute status on a thread. Muting suppresses notifications for replies on the thread.
Authentication
Requires a valid customer bearer token.
Path Parameters
Numeric identifier of the thread.
Response
Returns a 200 OK on success.
TypeScript Integration
import endpoints from '@/api/endpoints'
await httpClient.post(endpoints.community.board.threads.mute(101))