curl --request DELETE \
--url https://apix.us.amity.co/api/v1/invitations/{invitationId} \
--header 'Authorization: Bearer <token>'
{
"success": true
}
Cancels an existing invitation.
curl --request DELETE \
--url https://apix.us.amity.co/api/v1/invitations/{invitationId} \
--header 'Authorization: Bearer <token>'
{
"success": true
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
ID of the invitation
1 - 50
Cancel invitation response
The response is of type object
.