composition.placement.remove
[deprecated] Delete a hook placement — the hook reverts to its manifest default (target, and the legacy first-match).
- Scope:
composition.write - System: no
- Reachable from:
POST /v1/commands/composition.placement.remove(tenant credential) · MCP toolcomposition.placement.remove· SDKclient.call('composition.placement.remove', …) - Events:
composition.updated
Input (JSON Schema)
Section titled “Input (JSON Schema)”{ "properties": { "component": { "minLength": 1, "type": "string" }, "extension_id": { "minLength": 1, "type": "string" }, "store": { "minLength": 1, "type": "string" } }, "required": [ "store", "extension_id", "component" ], "type": "object"}Result (200)
Section titled “Result (200)”{ "additionalProperties": false, "properties": { "removed": { "type": "boolean" } }, "required": [ "removed" ], "type": "object"}Errors
Section titled “Errors”validation_failed (400) · unauthorized (401) · forbidden (403) · conflict (409) · internal (500)