DELETE /bandwidth_manager/configurations/{id}

Delete a bandwidth manager configuration by ID.

Delete a configuration by sequence id

Table 1. DELETE /bandwidth_manager/configurations/{id} resource details
MIME Type

text/plain

Table 2. DELETE /bandwidth_manager/configurations/{id} request parameter details
Parameter Type Optionality Data Type MIME Type Description

id

path

Required

Number (Integer)

text/plain

null

Table 3. DELETE /bandwidth_manager/configurations/{id} response codes
HTTP Response Code Unique Code Description

204

The configuration has been deleted.

404

1001

The configuration id does not exist

409

1002

The configuration has filters or a child configuration.

420

1023

null

500

1020

An error occurred attempting to retrieve the configuration.

Response Description

Response Sample