v1
latestOpenAPI 3.0.12026-07-244011,5573.5 MBComponents
Delete a component
Recursively deletes the specified component and all its children. If the deleted component is the root component of a campaign, the entire campaign is archived. The version path segment is used as an optimistic-lock guard.
delete/v1/components/{component_id}{version}
Path parameters
component_idstring required
versionstring required
Response
Successful response
Example response
{
"created_date": "2025-10-24T02:00:00-07:00",
"display_name": "handlebars@buildtime:{{displayName}}",
"install": "handlebars@installtime:{{install}}",
"updated_date": "2025-10-24T02:00:00-07:00",
"variables": [
{
"description": "handlebars@buildtime:{{description}}",
"priority": "10",
"values": {
"default": "handlebars@buildtime:{{default}}",
"en": "handlebars@buildtime:{{en}}"
}
}
]
}