DELETE
/
api
/
v4
/
communities
/
{communityId}
/
join
Cancel join requests
curl --request DELETE \
  --url https://apix.us.amity.co/api/v4/communities/{communityId}/join \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

communityId
string
required
Required string length: 1 - 900

Response

200
application/json

Count of join requests

The response is of type object.