Delete a subscriber
This DELETE
operation deletes a specific subscriber (based on MSISDN) from the system. If successful, you receive a status code of 200
.
See HTTP response codes for other response codes. |
DELETE /pcc/spcm/subscribers/<msisdn>
HEADER INFO
tenant: <tenantName>
authorisation: HTTP Basic Auth
permissions: SPCM_SUBSCRIBER_DELETE_PERMISSION
URL parameters
There is one mandatory parameter.
Parameter | Type | Description |
---|---|---|
|
string (max 255) |
The subscriber’s MSISDN in international format. |
HTTP response codes
Code | Description | ||||
---|---|---|---|---|---|
|
success! |
||||
|
Multistatus response
|
||||
|
malformed request |
||||
|
unauthorised; bad username or password |
||||
|
forbidden; user does not have appropriate privileges |
||||
|
{api-object} 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 |