Remove pcc profiles from usage rules
This DELETE
operation removes pcc profiles from a usage rule definition. There are two options:
-
remove all pcc profiles from a usage rule definition
-
remove a specific pcc profile from a usage rule definition (add
pccProfileId
in the URL)
If successful, you receive an HTTP response code of 204 . See HTTP response codes for other response codes.
|
DELETE
all pcc profiles |
|
specific pcc profile |
|
HEADER INFO
tenant: <tenantName>
authorisation: HTTP Basic Auth
permissions: SPCM_PLAN_DEFINITION_DELETE_PERMISSION
URL parameters
There are are two mandatory parameters and one optional parameter.
Parameter | Type | Description |
---|---|---|
|
integer |
A unique identifier for a plan definition which was assigned by the server upon creating the plan definition. |
|
integer |
The id of the usage rule definition. |
|
integer |
The id of the pcc profile. |
HTTP response codes
Code | Description | ||||
---|---|---|---|---|---|
|
success!
|
||||
|
Multistatus response
|
||||
|
malformed request |
||||
|
unauthorised; bad username or password |
||||
|
forbidden; user does not have appropriate privileges |
||||
|
usage rule definition 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 |
||||
|
request rejected due to overload |