Stop subscriber purge

This PUT operation stops 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/stop


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

200

success!

207

Multistatus response

Check out HTTP statuses for more details.
This is not applicable to all operations.

400

malformed request

401

unauthorised; bad username or password

403

forbidden; user does not have appropriate privileges

404

subscriber not found

409

conflict with target resource

This often occurs if the item already exists, such as a plan, group, or name.
This is not applicable to all operations.

412

failed validation; this typically means that a property was not set or a value is out of range.

422

failed processing (after passing validation).

500

internal error

503

request rejected due to overload