v1

latestOpenAPI 3.0.32026-07-171140286.6 KB
Api\FlashLogController

api/flashlogs/{id} DELETE Delete a block of data (block_id filled), or the whole Flashlog file

delete/api/flashlogs/{id}

Query parameters

idinteger required

Flashlog ID to delete the complete Flashlog file

Example:7

Flashlog ID to delete the complete Flashlog file

Headers

Authorizationstring
Content-Typestring
Acceptstring
Accept-languagestring

Request body

block_idinteger

Flashlog block index to delete (only the) previously persisted data from the database

Example request

{
  "block_id": 20
}