Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Maximum length:
900Response
OK
curl --request DELETE \
--url https://apix.us.amity.co/api/v1/pinned-posts/communities/{communityId} \
--header 'Authorization: Bearer <token>'{
"success": true
}Clear all pin posts in a community
curl --request DELETE \
--url https://apix.us.amity.co/api/v1/pinned-posts/communities/{communityId} \
--header 'Authorization: Bearer <token>'{
"success": true
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
900OK