# `Twilio.Intelligence.V2.Service.OperatorService`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/intelligence/v2/service/operator_service.ex#L2)

Service for Operator API operations.

Operations: `update`, `delete`

# `delete`

```elixir
@spec delete(Twilio.Client.t(), String.t(), String.t(), keyword()) ::
  {:ok, map()} | {:ok, map(), map()} | :ok | {:error, Twilio.Error.t()}
```

Detach an Operator from a Service.

Operation: `DeleteOperatorAttachment` | Tags: IntelligenceV2OperatorAttachment

# `update`

```elixir
@spec update(Twilio.Client.t(), String.t(), String.t(), map(), keyword()) ::
  {:ok, map()} | {:ok, map(), map()} | :ok | {:error, Twilio.Error.t()}
```

Attach an Operator to a Service.

Operation: `CreateOperatorAttachment` | Tags: IntelligenceV2OperatorAttachment

---

*Consult [api-reference.md](api-reference.md) for complete listing*
