Path Parameters
the projectId for the validation
Response
Success
Available options:
ok curl --request DELETE \
--url http://api/v1/projects/{projectUuid}/validate/{validationId}{
"status": "ok"
}Deletes a single validation error.
curl --request DELETE \
--url http://api/v1/projects/{projectUuid}/validate/{validationId}{
"status": "ok"
}the projectId for the validation
Success
ok Was this page helpful?