Purpose:
Performs a soft-delete on a specific extraction configuration. Instead of removing the record from the database entirely, the system flags the extraction as inactive (active=false), preserving historical logs while removing it from the active workspace view.
DELETE /noCo/api/v2/workspaces/{workspaceId}/extraction/{extractionId}