Skip to content
v0.3

composition.remove

Delete a block instance (its config goes with it).

  • Scope: composition.write
  • System: no
  • Reachable from: POST /v1/commands/composition.remove (tenant credential) · MCP tool composition.remove · SDK client.call('composition.remove', …)
  • Events: composition.updated
{
"properties": {
"placement_id": {
"minLength": 1,
"type": "string"
},
"store": {
"minLength": 1,
"type": "string"
}
},
"required": [
"store",
"placement_id"
],
"type": "object"
}
{
"additionalProperties": false,
"properties": {
"removed": {
"type": "boolean"
}
},
"required": [
"removed"
],
"type": "object"
}

validation_failed (400) · unauthorized (401) · forbidden (403) · conflict (409) · internal (500)