Controls
Delete Control
Use this API to delete an existing control from the Controls Library.
delete/api/controls/v1/controls/{controlId}
Path parameters
controlIdstring uuid required
ID of the control. This value is obrtained using Get List of Controls API.
Response
OK
Example response
{
"deletedControl": [
{
"id": "1a2b3c4e-5f6g-7h8i-9j0k-1l2m3n4o5p6q",
"identifier": "A.1.1",
"name": "Control ABC"
}
],
"nonDeletedControl": [
{
"id": "1a2b3c4e-5f6g-7h8i-9j0k-1l2m3n4o5p6q",
"identifier": "A.1.1",
"name": "Control ABC"
}
]
}