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

Path parameters

  • id integer(int32) Required

    The id of the point of sale

Responses

  • 204

    No content

  • 403

    Forbidden - You don't have permission to access this route

  • 404

    Not found

DELETE /manager/points-of-sale/{id}
curl \
 --request DELETE 'https://domain.tld/api/v2/manager/points-of-sale/{id}' \
 --header "Authorization: Bearer $ACCESS_TOKEN"