Search
Link Search Menu Expand Document
Kony Quantum is now HCL Volt MX. See Revised Terminology. Current Quantum users, see the important note about API naming.

Inactivate Subscriber

The Inactivate Subscriber API deactivates a subscriber with current status as active in Volt MX Foundry Engagement Services. To deactivate a subscriber, you need to pass the KSID in URL.

URL

The HTTP URL for Inactivate Subscriber API is:

http://<host>:<port>/api/v1/subscribers/<id>/inactivate

Method

POST

The payload’s request header includes Content-Type as application/json;charset=UTF-8.

Input Parameters

The following fields are input parameters:

Input Parameter Required Type Description
ID Yes long The unique ID assigned to a subscriber

Output Parameters

The following fields are output parameters:

Output Parameter Type Description
id long Unique response id
message string Response status message

Sample Response

{
"id" : "4927718950329103027",
"message" : "Subscriber Status updated successfully. "
}

Response Status

Code Description
Status 200 Subscriber status updated successfully
Status 400 Invalid request format
Status 401 Unauthorized request
Status 500 Failed to update subscriber status