Delete Resolution
Delete a resolution run and its results. Requires write scope. This action permanently removes all resolution data.
DELETE
/v1/resolutions/{id}Response
Response fields
deletedbooleanAlways true on success.
Response
{
"deleted": true
}Errors
Error responses
401unauthorizedMissing or invalid API key.
404not_foundResolution run not found or does not belong to your organization.
429rate_limitedToo many requests. Retry after the period indicated in the Retry-After header.