Clean responses
Responses / Cleaning System
Clean responses
Description
Clean the responses associated with any of the specified clean parameters (duplicates, incomplete, ipDuplicates).
Body
{
"data": {
"projectId": string,
"types": [string]
}
}
where:
projectId: The id of the project. Required.types: The types of cleaning that will be performed on the responses. Accepted values areduplicates,incompleteandipDuplicates. Required.
Response
204 Accepted
Empty response
401 Unauthorized
The user doesn’t have permissions.
422 Unprocessable Entity
ProjectId and/or types are missing.
500 Internal Server Error
Error occurred while processing the request.
DELETE
Clean responses
Description
Clean the responses associated with any of the specified clean parameters (duplicates, incomplete, ipDuplicates).Body
projectId: The id of the project. Required.types: The types of cleaning that will be performed on the responses. Accepted values areduplicates,incompleteandipDuplicates. Required.
Response
204 Accepted
Empty response
401 Unauthorized
The user doesn’t have permissions.
422 Unprocessable Entity
ProjectId and/or types are missing.
500 Internal Server Error
Error occurred while processing the request.