Skip to main content
DELETE
/
workflow-components
/
{component_id}
Delete workflow component
curl --request DELETE \
  --url https://api.cloudcruise.com/workflow-components/{component_id} \
  --header 'cc-key: <api-key>'

Documentation Index

Fetch the complete documentation index at: https://docs.cloudcruise.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

cc-key
string
header
required

API key-based authentication. Provide your CloudCruise API key in the cc-key header.

Headers

cc-key
string

CloudCruise API key for authentication

Path Parameters

component_id
string<uuid>
required

The ID of the workflow component to delete

Response

Component deleted successfully (no content)