Logo
Twitter API Documentation

Mute a user ID

POST https://api.twitter.com/2/users/:id/muting

Allows a user ID to mute another user.

For full details, see the API reference for this endpoint.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X POST 'https://api.twitter.com/2/users/:id/muting' -d '{"target_user_id":"id-you-want-to-mute"}'

ENDPOINTS