curl --request POST \
--url https://apix.us.amity.co/api/v1/invitations/{invitationId}/reject \
--header 'Authorization: Bearer <token>'{
"success": true
}Rejects a pending invitation. This will change the invitation status to “rejected”.
curl --request POST \
--url https://apix.us.amity.co/api/v1/invitations/{invitationId}/reject \
--header 'Authorization: Bearer <token>'{
"success": true
}Documentation Index
Fetch the complete documentation index at: https://learn.social.plus/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
ID of the invitation (MongoDB ObjectId)
24^[a-f0-9]{24}$Reject invitation response
Whether the invitation was successfully rejected
true