Skip to main content
DELETE
/
2
/
users
/
{source_user_id}
/
muting
/
{target_user_id}
Unmute User
curl --request DELETE \
  --url https://api.x.com/2/users/{source_user_id}/muting/{target_user_id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "muting": true
  },
  "errors": [
    {
      "detail": "<string>",
      "status": 123,
      "title": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Path Parameters

source_user_id
string
required
Example:
target_user_id
string
required
Example:

Response

data
object
errors
object[]
Minimum length: 1