Documentation for Axxon PSIM 1.0.0-1.0.1.

Previous page Getting the export status and downloading the file  Sound Next page


General request format:

DELETE http://IP-address:port/removearchive?archivetaskid={archivetaskid}

Request parameters:

Parameter

Is required

Description

archivetaskidYes

Task ID (see the response in Creating archive export request)

Request example:

DELETE http://127.0.0.1:80/removearchive?archivetaskid=084b56a5-bd49-4327-82db-9bc911f7ff96

Response example:

{
 "ArchiveTaskId" : "084b56a5-bd49-4327-82db-9bc911f7ff96",
 "ErrorMessage" : null,
 "Success" : true
}

Response parameters:

Parameter

Description

ArchiveTaskIdTask ID
ErrorMessageError messages
SuccessArchive deletion result

The corresponding folder with a file will be deleted from the export folder.

  • No labels