Assessment
Deletes a document from an assessment for a monitored company.
Deletes the specified document from the given assessment for the company. This operation removes the document and updates related assessment data as needed.
delete/api/v2/companies/{id}/assessments/{assessmentId}/documents/{documentId}
Path parameters
idinteger required
Example:123
The id of the company whose assessment document will be deleted.
assessmentIdinteger required
Example:456
The id of the assessment.
documentIdinteger required
Example:789
The id of the document to delete.
Response
Assessment document deleted successfully.