curl --request DELETE \
--url https://platform.versori.com/api/organisations/v1/organisations/{organisation_id}/invitations/{invitation_id} \
--header 'Authorization: Bearer <token>'{
"code": "<string>",
"message": "<string>",
"cause": "<string>"
}DeleteInvitation deletes an invitation for the given Organisation. This is typically used to invalidate an invitation which is no longer required.
curl --request DELETE \
--url https://platform.versori.com/api/organisations/v1/organisations/{organisation_id}/invitations/{invitation_id} \
--header 'Authorization: Bearer <token>'{
"code": "<string>",
"message": "<string>",
"cause": "<string>"
}