Skip to main content

Delete an asset

POST 

/assets/delete

Deletes an asset or a particular version of asset

::note Assets with active deployments can not be deleted ::

Request

Body

    assetId string
    assetVersion string

Responses

OK

Schema
    success string
    error string
    errorcode integer
Loading...