Skip to content

Deletes a feature from a product.

DELETE
/api/v1/provision/admin/assets/products/{productId}/features/{featureId}
curl --request DELETE \
--url https://api.monetizeit.example/api/v1/provision/admin/assets/products/example/features/example
  • oidc
    email profile roles
productId
required
string format: uuid

The unique identifier of the product.

featureId
required
string format: uuid

The unique identifier of the feature to delete.

No Content