Deletes an existing stock movement for an etui.

  • Parameters

    • req: Request

      The Express request object containing the movement ID in params.

    • res: Response

      The Express response object.

    Returns Promise<undefined | Response<any, Record<string, any>>>

    A JSON response confirming the deletion.