DELETE /bandwidth_manager/configurations/{id}
Delete a bandwidth manager configuration by ID.
Delete a configuration by sequence id
| MIME Type |
|---|
text/plain |
| Parameter | Type | Optionality | Data Type | MIME Type | Description |
|---|---|---|---|---|---|
id |
path |
Required |
Number (Integer) |
text/plain |
null |
| 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