curl --request DELETE \
--url https://api.gospott.com/clients/{id} \
--header 'x-api-key: <api-key>'Delete a client. The underlying company is not deleted — only the client record (plus client-owned relations) is removed.
curl --request DELETE \
--url https://api.gospott.com/clients/{id} \
--header 'x-api-key: <api-key>'