Example searches: “403”, “postalCode”, “identityId”, “updatedAt”, “identities”
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"