Skip to main content

removeComponent

Remove a component from a project's blueprint.

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

Arguments

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

Your organization ID

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

The project ID

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

The component ID to remove

Type

ComponentPayload object