Published when a Central asset is removed.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/apicentral.asset.remove", "title": "apicentral.asset.remove", "type": "object", "description": "Published when a Central asset is removed.", "x-context": "api_central", "allOf": [ { "$ref": "#/components/schemas/apicentral.asset.create" } ] }