Start subscriber purge
This PUT
operation starts the purge operation to remove obsolete subscribers. If successful, you receive an HTTP response code of 200
. See HTTP response codes for other response codes.
PUT /pcc/spcm/oam/subscribers/purger/start
HEADER INFO
tenant: <tenantName>
authorisation: HTTP Basic Auth
permissions: SPCM_OAM_UPDATE_PERMISSION
HTTP response codes
These are the possible HTTP response codes for the SPCM OM service-state
operation.
Code | Description | ||||
---|---|---|---|---|---|
|
success! |
||||
|
Multistatus response
|
||||
|
malformed request |
||||
|
unauthorised; bad username or password |
||||
|
forbidden; user does not have appropriate privileges |
||||
|
subscriber not found |
||||
|
conflict with target resource
|
||||
|
failed validation; this typically means that a property was not set or a value is out of range. |
||||
|
failed processing (after passing validation). |
||||
|
internal error |
||||
|
request rejected due to overload |