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 - 900
Count of join requests
The response is of type object
.