Remove
curl --location --request DELETE 'https://{{base_url}}/v3/carrier/0ec43e8c-0f83-46bb-bf53-d6a5dfc9828e' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer {{token}}''
Response trả về:
{
"carrier_uuid": "416deffa-66e5-4f00-98ea-9078b84ff733",
"created": true
}
Error Response trả về:
{
"error": "carrier_name is not exists"
}
HTTP Request
DELETE https://{{base_url}}/v3/carrier/{{carrier_uuid}}
Dial Type For Carrier
Type | Description |
---|---|
sip_one_for_all | Một số SIP cho tất cả |
random_for_all | Ngẫu nhiên đầu số gọi ra |
random_by_network_group | Ngẫu nhiên đầu số gọi ra theo mạng |
channel_one_for_all | Một kênh cho tất cả |
channel_prefix | Thêm kênh với prefix tuỳ chọn |