Delete a point of sale

DELETE /manager/points-of-sale/{id}

Path parameters

  • id integer(int32) Required

    The id of the point of sale

Responses

  • No content

  • 401 application/json

    Unauthorized.

    Hide response attribute Show response attribute object
  • Forbidden - You don't have permission to access this route

  • Not found

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."
}