POST
/
api
/
v1
/
invitations
/
{invitationId}
/
reject
Reject an invitation
curl --request POST \
  --url https://apix.us.amity.co/api/v1/invitations/{invitationId}/reject \
  --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

invitationId
string
required

ID of the invitation

Required string length: 1 - 50

Response

200
application/json

Reject invitation response

The response is of type object.