Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Maximum length:
900Available options:
default, announcement Response
OK
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.
900default, announcement OK