# Detach the Target List from the Stage Endpoint: DELETE /pipelines/v0/stages/{stage_id}/targetlists/{targetlist_id}/ Version: 1.0.0 Security: SCAPIAuthToken ## Path parameters: - `stage_id` (string, required) ID of the Stage - `targetlist_id` (string, required) ID of the Target List ## Response 200 fields (application/json): - `code` (integer) - `message` (string) - `content` (object) - `content.id` (string) - `content.pipeline_id` (string) - `content.name` (string) - `content.target_list_type` (string) - `content.created_by` (number) - `content.updated_by` (number) - `content.created_at` (string) - `content.updated_at` (string) ## Response 401 fields (application/json): - `code` (integer, required) - `message` (string, required) - `content` (object)