Remove POS
This endpoint is used to remove the POS
Method
Parameter
pos_id:
(string, required)
// The ID of POS to be deleted.
Request body
Response
Code Example
200 OK
The request was successful, and the POS has been deleted.
400 Bad Request
The request was malformed or missing required parameters.
401 Unauthorized
Authentication failed or the user does not have permission to delete the POS.
404 Not Found
The POS ID provided does not exist.
500 Internal Server Error
An error occurred on the server.
Last updated