Skip to main content

removeComponent

Remove a component from a project's blueprint.

Deletes the component and all of its links. Any instances deployed from this component must be decommissioned first.

removeComponent(
organizationId: ID!
id: ID!
): ComponentPayload

Arguments

removeComponent.organizationId ● ID! non-null scalar {#organization-id}

Your organization's unique identifier.

removeComponent.id ● ID! non-null scalar {#id}

The component ID to remove (e.g., myproj-database).

Type

ComponentPayload object