curl --request DELETE \
--url https://app.aegister.com/api/v1/organizations/{organizationid}/security-frameworks/{frameworkid} \
--header 'X-Aegister-Token: <api-key>'{
"error": 0,
"messages": "<array>",
"security_framework": {
"id": 123,
"title": "<string>",
"security_frameworks": [
{
"id": "<string>",
"type": "control",
"title": "<string>",
"weight": 0.5,
"details": {},
"evidences": [
{
"files": [
"<string>"
],
"details": "<string>",
"datetime": "2023-11-07T05:31:56Z",
"completed": 0,
"residual_risk": 0.5,
"submitted_by": {
"user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"user_email": "jsmith@example.com"
}
}
],
"frequency": "<string>",
"description": "<string>",
"evidence_type": "self"
}
]
}
}Soft delete a Cyber Assurance Association.
curl --request DELETE \
--url https://app.aegister.com/api/v1/organizations/{organizationid}/security-frameworks/{frameworkid} \
--header 'X-Aegister-Token: <api-key>'{
"error": 0,
"messages": "<array>",
"security_framework": {
"id": 123,
"title": "<string>",
"security_frameworks": [
{
"id": "<string>",
"type": "control",
"title": "<string>",
"weight": 0.5,
"details": {},
"evidences": [
{
"files": [
"<string>"
],
"details": "<string>",
"datetime": "2023-11-07T05:31:56Z",
"completed": 0,
"residual_risk": 0.5,
"submitted_by": {
"user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"user_email": "jsmith@example.com"
}
}
],
"frequency": "<string>",
"description": "<string>",
"evidence_type": "self"
}
]
}
}Any value different from 0 indicates an error.
More details can be found in messages.
0 <= x <= 0If error is 1, contains zero or more details on the error.
Show child attributes
Security Framework unique identifier.
Security Framework title.
Contains all security frameworks
Show child attributes
Identifier for the security framework
Specify the type of the security framework
control Security framework title
The weight of the security framework.
All security frameworks in this array must add up to 1.0.
0 <= x <= 1Must be a multiple of 0.1Other extra specification about the security framework.
This will contain the history of the security framework execution.
This array is limited to max 200 elements.
Show child attributes
Attached files for an evidence.
More information about the control execution.
Reports if evidence execution run correctly.
0, 1 Indicates if the answer shows some issues that need to be addressed.
If residual risk is 1.0 needs urgent acting, if is 0.0 is safe.
0 <= x <= 1Must be a multiple of 0.1This object is set when the security framework evidence_type has self value.
The security framework execution frequency.
It is specified using UNIX cron format.
Detailed security framework description.
Describes wheater the security framework is run automatically according to the frequency, or needs the user to act on the security framework.
self, automated