Skip to main content
DELETE
/
api
/
v1
/
invitations
/
{invitationId}
Delete an invitation
curl --request DELETE \
  --url https://api.example.com/api/v1/invitations/{invitationId}
{
  "statusCode": 404,
  "message": "Invitation not found",
  "error": "Not Found"
}

Path Parameters

invitationId
string
required

The ID of the invitation to delete

Response

Successfully deleted the invitation