Delete workflow component
Permanently deletes a workflow component and its full version history.
Embedded instances: Workflows that already contain instances of this component keep their pasted nodes — the nodes remain in the workflow but become unlinked (no longer receive propagation). The frontend overlay falls back to a generic “Component” label for orphaned instance nodes.
Use GET /workflow-components/{component_id}/usage before deleting to see which workflows reference the component.
Authorizations
API key-based authentication. Provide your CloudCruise API key in the cc-key header.
Headers
CloudCruise API key for authentication
Path Parameters
The ID of the workflow component to delete
Response
Component deleted successfully (no content)

