Unmute User by User ID
DELETE
/2/users/{source_user_id}/muting/{target_user_id}Causes the source user to unmute the target user. The source user must match the user context authorizing the request
Request
Path Params
source_user_id
string
required
The ID of the user that is requesting to unmute the target user
target_user_id
string
required
The ID of the user that the source user is requesting to unmute
Request samples
Responses
The request was successful(200)
500(500)
The request was successful
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
No schema defined
Example
Not configured
Last modified: 2 years ago