Documentacion API - Registro fotografico

Esta documentación cubre los puntos finales para la gestión del registro fotografico de cada smart locker.

1. Eliminar registro

Endpoint: DELETE /register/:idlocker/:guide

Description: Elimina un registro específico por ID de un smart locker y numero de guía.

Request Headers:

  • Authorization: Bearer token

Request Parameters:

  • idlocker: The ID of the locker associated with the register to delete.
  • guide: The guide identifier of the register to delete.

Response:

                    
{
    "message": "Deletion request in progress for locker {idlocker} and guide {guide}."
}