curl --request DELETE \
--url https://apix.us.amity.co/api/v4/communities/{communityId}/join \
--header 'Authorization: Bearer <token>'{
"success": true
}Cancels a user’s pending join request to a specific community.
curl --request DELETE \
--url https://apix.us.amity.co/api/v4/communities/{communityId}/join \
--header 'Authorization: Bearer <token>'{
"success": true
}