Path parameters
-
The id of the point of sale
DELETE /manager/points-of-sale/{id}
curl \
-X DELETE https://domain.tld/api/v2/manager/points-of-sale/{id} \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (401)
{
"message": "Unauthorized."
}