Example searches: “422”, “201”, “500”, “200”, “404”
Delete an organization invitation by ID.
The unique identifier of the organization invitation.
The organization invitation was deleted successfully.
Bad Request
Unauthorized
Forbidden
Not Found
curl \ --request DELETE 'https://[tenant_id].logto.app/api/organization-invitations/{id}' \ --header "Authorization: Bearer $ACCESS_TOKEN"