API DocumentationManufacturer customer controller

Delete a customer

DELETE
/api/manufacturer/v1/customer/{customerId}

Hard deletes a customer and removes PII data

Authorization

Phasio API Bearer Token
AuthorizationBearer <token>

In: header

Path Parameters

customerId*integer

Response Body

*/*

*/*

*/*

curl -X DELETE "https://example.com/api/manufacturer/v1/customer/0"
"string"
"string"
"string"

Last updated on