curl --request DELETE \
--url https://api.hyperline.co/v1/customers/{id} \
--header 'Authorization: Bearer <token>'{
"message": "<string>"
}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>'{
"message": "<string>"
}Was this page helpful?