Skip to main content
DELETE
/
admin
/
v1
/
networks
/
{network_id}
/
posts
/
{post_id}
/
mute
Unmute a post for a specific user (refollow notifications)
curl --request DELETE \
  --url https://api.mn.co/admin/v1/networks/{network_id}/posts/{post_id}/mute \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

post_id
integer<uint64>
required

The ID of the post

network_id
required

The Network's unique integer ID, or subdomain Unique numeric network ID

Query Parameters

user_id
integer<uint64>
required

The ID of the user to unmute the post for

Response

Post successfully unmuted for the user