Delete a booster
This DELETE
operation removes a booster from your system by id
. If successful, you receive an HTTP response code of 200
.
See HTTP response codes for other response codes. |
DELETE /pcc/spcm/boosters/<id>
HEADER INFO
authorisation: HTTP Basic Auth
tenant: <tenantName>
permissions: SPCM_PLAN_BOOSTER_DELETE_PERMISSION
HTTP response codes
Code | Description | ||||
---|---|---|---|---|---|
|
success! |
||||
|
Multistatus response
|
||||
|
malformed request |
||||
|
unauthorised; bad username or password |
||||
|
forbidden; user does not have appropriate privileges |
||||
|
booster not found |
||||
|
conflict with target resource
|
||||
|
failed validation; this typically means that a property was not set or a value is out of range. example
|
||||
|
failed processing (after passing validation). example
|
||||
|
internal error example
|
||||
|
request rejected due to overload |