Delete customer info

delete

/customercare/v1/{customerId}/provision

Deletes customer information. Requires exactly one of the following parameters to be true: cancelAllTemporaryAllows, unregisterDevices, or reset. If more than one parameter is true, then only the operation with the highest precedence will be completed. The order of precedence is cancelAllTemporaryAllows > unregisterDevices > reset.

Request

Path Parameters
Query Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Success
Body ()
Root Schema : StatusResponse
Type: object
Status information for API call
Show Source

400 Response

Invalid input

404 Response

Customer ID not found
Back to Top