Skip to content

Deletes a monitored asset from a product.

DELETE
/api/v1/provision/admin/assets/products/{productId}/monitored-resources/{monitoredAssetId}
curl --request DELETE \
--url https://api.monetizeit.example/api/v1/provision/admin/assets/products/example/monitored-resources/example
  • oidc
    email profile roles
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.

No Content