curl --request DELETE \
--url https://apix.us.amity.co/api/v1/pinned-posts/communities/{communityId}/{placement} \
--header 'Authorization: Bearer <token>'
{
"success": true
}
Clear all pin posts in a community by placement
curl --request DELETE \
--url https://apix.us.amity.co/api/v1/pinned-posts/communities/{communityId}/{placement} \
--header 'Authorization: Bearer <token>'
{
"success": true
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
900
default
, announcement
OK
The response is of type object
.