bluedot
Documentation / Convert

Delete/cancel a conversion task

Delete or cancel the conversion record requested by the user.

Request

curl -x DELETE  
        https://avif-service-api.kokoon.cloud/avif/convert/tasks/{id}
     -H "Authorization: <api_key>"

List of request parameters (multipart/form-data format)

Parameter nameTypeDescription
idstringconversion id

Response

{
  "id": "823f2450-2323-ds3f-ff3242ddsv2"
}

List of response parameters

Response fieldTypeDescription
idstringconversion id

Response error

Error nameStatusDescription
Not found404This error occurs when there is no conversion corresponding to the requested conversion id.
<< PrevRetrieve a list of all conversion tasksNext >>Download AVIF convert file