DELETE
/manager/points-of-sale/{id}
curl \
--request DELETE 'https://domain.tld/api/v2/manager/points-of-sale/{id}' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (401)
{
"message": "Unauthorized."
}