curl --request DELETE \
--url https://api.pricenow.dev/api/accounts/current/persons/{personId} \
--header 'accept-language: <accept-language>' \
--header 'pratiq-channel-uuid: <pratiq-channel-uuid>'{}Delete a person for the current account
curl --request DELETE \
--url https://api.pricenow.dev/api/accounts/current/persons/{personId} \
--header 'accept-language: <accept-language>' \
--header 'pratiq-channel-uuid: <pratiq-channel-uuid>'{}