Enterprise Delete Enterprise Network Allocation

Enterprise Delete Enterprise Network Allocation

Deletes the specified enterprise network allocation (by id).

Privileges required:

DELETE NETWORK_ALLOCATION

Request
URI
POST
https://{api_host}/portal/rest/enterprise/deleteEnterpriseNetworkAllocation
COPY
Request Body

Show optional properties

{
    "id": 0
}
{
    "id": 0,
    "enterpriseId": 0
}
integer
id
Required

id

integer
enterpriseId
Optional

enterpriseId

Responses
200

Request was successfully processed

This response body class contains all of the following: Inlineenterprise_delete_enterprise_network_allocation_result0
{
    "id": 123,
    "rows": 1
}

400
Returns generic_400 of type(s) application/json
Operation doesn't return any data structure

500
Returns generic_500 of type(s) application/json
Operation doesn't return any data structure

Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"id:"integer"}' https://{api_host}/portal/rest/enterprise/deleteEnterpriseNetworkAllocation