API DocumentationManufacturer customer controller

Delete a customer

Hard deletes a customer and removes PII data

DELETE
/api/manufacturer/v1/customer/{customerId}
AuthorizationBearer <token>

In: header

Path Parameters

customerIdinteger
Formatint64

Response Body

curl -X DELETE "http://m-api-dev.phas.io/api/manufacturer/v1/customer/0"
"string"
"string"
"string"

Last updated on