Skip to main content
DELETE
/
v1
/
controls
/
{id}
/
document-types
/
{formType}
Remove a required document type from a control
curl --request DELETE \
  --url https://api.trycomp.ai/v1/controls/{id}/document-types/{formType}

Path Parameters

id
string
required

Unique control identifier

Example:

"ctl_abc123def456"

formType
enum<string>
required

Evidence form type to unlink from the control

Available options:
board_meeting,
it_leadership_meeting,
risk_committee_meeting,
meeting,
access_request,
whistleblower_report,
penetration_test,
rbac_matrix,
infrastructure_inventory,
employee_performance_evaluation,
network_diagram,
tabletop_exercise

Query Parameters

frameworkInstanceId
string
required

Response

200 - undefined