Spot: DELETE
Remove parking spots.
Request
Delete all parking spot from a lot:
/api/lot/:lotID/spot/
Delete a specified parking spot:
/api/lot/:lotID/spot/:spotID
Requires bearer authentication.
Response
Status Code: 204
Remove parking spots.
Delete all parking spot from a lot:
/api/lot/:lotID/spot/
Delete a specified parking spot:
/api/lot/:lotID/spot/:spotID
Requires bearer authentication.
Status Code: 204