Skip to main content
DELETE
/
api
/
kb
/
assets
/
{spaceId}
/
{assetId}
Delete an asset
curl --request DELETE \
  --url https://{customer-tenant}.nuwacom.ai/api/api/kb/assets/{spaceId}/{assetId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

spaceId
string
required
Required string length: 2 - 6
assetId
string<uuid>
required

Response

Asset deleted successfully

I