Delete Asset

DELETE /api/v2/assets/:asset_id

Path Parameters

Name
Type
Description

asset_id

string

Asset UUID

Headers

Name
Type
Description

Authorization

string

Content-Type

string

application/vnd.api+json

Response

204 No Contend

Example

curl -i --request DELETE \
  --url https://environment.monterosa.cloud/api/v2/assets/d249a833-7524-4e4e-9e11-07d3dd5ccefe \
  --header 'Authorization: Bearer rJURvA6XuuHxG5RHauqR1yy64JQcTfGu' \
  --header 'Content-Type: application/vnd.api+json'

DELETE /api/v2/assets/:asset_id

Path Parameters

Name
Type
Description

asset_id

string

Asset UUID

Headers

Name
Type
Description

Authorization

string

Bearer token

Content-Type

string

application/vnd.api+json

Response

204 No Content

Example

curl -i --request DELETE \
  --url https://environment.monterosa.cloud/api/v2/assets/d249a833-7524-4e4e-9e11-07d3dd5ccefe \
  --header 'Authorization: Bearer rJURvA6XuuHxG5RHauqR1yy64JQcTfGu' \
  --header 'Content-Type: application/vnd.api+json'

Last updated

Was this helpful?