Delete SIP UAC configuration for an agent

Required scope: convai:write

Path Parameters
  • id
    Type: string
    required

    Agent ID

Responses
  • 204

    SIP UAC configuration deleted successfully

  • 400

    SIP UAC not supported for this provider

  • application/json
  • 404

    Agent not found

Request Example for delete/agents/{id}/sip-uac
curl 'https://api.simwood.com/convai/v1/agents/{id}/sip-uac' \
  --request DELETE \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
No Body