deleteCustomerByCustomerId
DELETE
/api/v0/customer/{customerId}Request
Path Params
customerId
string
required
customerId
Match pattern:
^KC[A-Z0-9]{14}$
Query Params
parentCompanyId
string
optional
parentCompanyId
Match pattern:
^CEK[A-Z0-9]{7}$
Request samples
Responses
OK(200)
Bad Request(400)
Unauthorized(401)
Forbidden(403)
Not Found(404)
Unprocessable Request(422)
Server Error(500)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
errorResponse
object (ErrorResponse)
optional
apiSubErrors
array[object (ApiSubError)]
optional
errorMessage
string
optional
errorType
enum<string>
optional
Allowed values:
CLIENT_REQUEST_ABORTCLIENT_REQUEST_ERRORINVALID_ACCESSRECORD_NOT_FOUNDSYSTEM_ERRORUNAUTHORIZEDUNKNOWN_ERRORUNPROCESSABLE_REQUESTVALIDATION_ERROR
requestId
string
optional
timestamp
string
optional
Example:
yyyy-MM-dd HH:mm:ss
payload
string
optional
response_code
integer <int32>
optional
response_message
string
optional
Example
Not configured
Last modified: 3 months ago