Skip to content

Deletes a monitored asset from a product.

DELETE
/api/v1/provision/admin/products/{productId}/monitored-assets/{monitoredAssetId}
curl --request DELETE \
--url https://example.com/api/v1/provision/admin/products/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/monitored-assets/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0
productId
required
string format: uuid

The unique identifier of the product.

monitoredAssetId
required
string format: uuid

The unique identifier of the monitored asset to delete.

Returns a 204 No Content status if the deletion is successful.