Logo
Twitter API Documentation

Mutes

Number of APIs: 2


1. 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.



2. Unmute a user ID

DELETE https://api.twitter.com/2/users/:source_user_id/muting/:target_user_id

Allows a user ID to unmute another user.

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



ENDPOINTS