Documentation for Intellect 4.11.0-4.11.3. Documentation for other versions of Intellect is available too.

Previous page Next page


You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

General request format:

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

Request parameters:

Parameter

Is required

Description

archivetaskidYes

Task ID

Example request:

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

Example response:

{
    "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 mp4 file will be deleted from the export folder.

  • No labels