Deletes an initiative and optionally its hierarchy
DELETE
curl -i -X DELETE \
'https://api.rhythms.ai/rest/v2/initiatives/{id}' \
-H 'Content-Type: application/json' \
-d '{
"including_immediate_objectives": false,
"including_immediate_initiatives": false,
"including_immediate_key_results": false,
"delete_hierarchy": false
}'Success
Response
{
"uuid": "string",
"type": "string",
"title": "string",
"description": null,
"start_date": "string",
"end_date": "string",
"goal_type": "aspirational",
"time_period_uuid": "string",
"current_metric_uuid": null,
"creator_uuid": "string",
"last_checkin_date": null,
"score": null,
"current_progress": null,
"current_value": null,
"current_status": "not_started",
"source_uuid": null,
"source_type": null,
"path": null,
"searchable_content": null,
"progress_mode": "manual",
"value_updated_at": null,
"status_updated_at": null,
"value_updated_by_uuid": null,
"status_updated_by_uuid": null,
"visibility": "public",
"ai_rollup_enabled": false,
"data_sources_count": 0,
"discarded_at": null,
"discarded_by_uuid": null,
"short_id_uuid": null,
"archived_at": null,
"archived_by_uuid": null
}