Assessment
Deletes an assessment for a monitored company.
Deletes the specified assessment for the given company. This is a soft delete (status set to Deleted).
delete/api/v2/companies/{id}/assessments/{assessmentId}
Path parameters
idinteger required
Example:123
The id of the company whose assessment will be deleted.
assessmentIdinteger required
Example:456
The id of the assessment to delete.
Response
Assessment deleted successfully.