Detach an Operator from a Service.

DELETE /v2/Services/{ServiceSid}/Operators/{OperatorSid}

Detach an Operator from a Service.

Path parameters

  • ServiceSid string Required

    The unique SID identifier of the Service.

    Minimum length is 34, maximum length is 34. Format should match the following pattern: ^GA[0-9a-fA-F]{32}$.

  • OperatorSid string Required

    The unique SID identifier of the Operator. Allows both Custom and Pre-built Operators.

    Minimum length is 34, maximum length is 34. Format should match the following pattern: ^LY[0-9a-fA-F]{32}$.

Responses

  • 204

    The resource was deleted successfully.

DELETE /v2/Services/{ServiceSid}/Operators/{OperatorSid}
curl \
 --request DELETE 'https://intelligence.twilio.com/v2/Services/{ServiceSid}/Operators/{OperatorSid}' \
 --user "username:password"