{ "destination": "3000" }
curl --location --globoff --request DELETE 'http://{{HOST}}/service/v1/manager/pabx/hangup' \ --header 'PreAuthorization: Bearer {{access_token}}' \ --header 'Content-Type: application/json' \ --data '{ "destination": "3000" }'
{}