Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Required string length:
1 - 900Response
Count of join requests
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
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
1 - 900Count of join requests