Passer au contenu principal
DELETE
/
public
/
v1
/
assets
/
asset
/
{asset-id}
Delete Asset
curl --request DELETE \
  --url https://api.topsort.com/public/v1/assets/asset/{asset-id} \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Autorisations

Authorization
string
header
requis

A valid API key generated in Topsort's UI.

Paramètres de chemin

asset-id
string
requis

Asset ID.

Réponse

Successful Response