Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
Customer deleted
curl --request DELETE \
--url https://api.hyperline.co/v1/customers/{id} \
--header 'Authorization: Bearer <token>'This response does not have an example.Delete an existing customer. The customer must be archived prior to the deletion.
curl --request DELETE \
--url https://api.hyperline.co/v1/customers/{id} \
--header 'Authorization: Bearer <token>'This response does not have an example.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Customer deleted
Was this page helpful?