SMART LOCKER API
  1. Shifts
SMART LOCKER API
  • Web
    • Shifts
      • Shift List
        GET
      • Add Shift
        POST
      • Update Shift
        PUT
      • Delete Shift
        DELETE
    • Shift Devices
      • Add Shift Device
      • List Shift Devices
      • Update Shift Device
      • Delete Shift Device
    • Device Management
      • Update Device
      • List Devices
      • Get Device
      • add device
      • edit device
      • delete device
      • devices status
    • Bay Management
      • List Bays
      • Assign Device to Bay
      • Assign User to Bay
      • Unassign Device
    • Locker Management
      • Locker List
      • Get Locker
      • LockerType
      • maintenance list
      • delete locker
    • User
      • User List
      • Get User
      • add user
      • user edit
      • user delete
    • Group
      • group add
      • group list
      • group view
      • group delete
    • Location
      • Location
      • location add
      • location edit
      • add area
    • Role
      • add role
      • edit role
      • list role
    • Admin Login
      POST
    • Kiosk Login
      POST
    • Country
      GET
    • log list
      GET
  • Smart Locker
    • Locker Status
      POST
    • Open Locker
      POST
    • Start charging
      POST
    • Stop Charging
      POST
    • Charging Status
      POST
  1. Shifts

Delete Shift

Developing
DELETE
/api/shifts/1

Request

None

Responses

🟠404Not Found
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'https://smart-locker-api.byrokket.com/api/shifts/1'
Response Response Example
{
    "title": "string",
    "type": "string",
    "code": 0,
    "message": "string",
    "file": "string",
    "line": 0,
    "trace": [
        {
            "file": "string",
            "line": 0,
            "function": "string",
            "class": "string",
            "type": "string"
        }
    ]
}
Modified at 2025-11-05 16:15:53
Previous
Update Shift
Next
Add Shift Device
Built with