Skip to main content
DELETE
Delete labels of an asset
This endpoint removes ALL labels from an asset. If you want to remove specific labels while keeping others, use PATCH /v1/asset/{asset_id}/labels with update_type=delete instead.

Overview

Remove all labels from a specific asset. This endpoint provides a quick way to completely clear an asset’s labels, useful when:
  • Resetting asset categorization
  • Cleaning up before re-labeling
  • Removing assets from all label-based groups
  • Decommissioning or archiving assets

Quick Example

Response

Success Response

Error Responses

Asset Not Found:
Invalid Asset ID:

Behavior

Complete Label Removal

This endpoint removes all labels from the asset: Before:
Request:
After:

Authorizations

X-API-Key
string
header
required

Headers

X-Team-Id
string

Path Parameters

asset_id
integer<int64>
required

Response

Example response

message
string
required