post
https://sandbox.checkhq.com/filings//remove_blockers
Remove manual blockers from a filing
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Removes one or more blockers from a filing and returns the updated Filing object.
The request body accepts a blockers array of blocker IDs. Only blockers that are currently open on the filing can be removed, and only while the filing is in blocked or pending status.
Some blockers cannot be removed through the API:
incorrect_risk_class_code,filed_by_customer,customer_filing_required,missing_historical_data, andlate_company_reactivationmust be resolved through a Check support ticket.- Blockers that Check applies automatically based on company or employee data, and internal blockers, are resolved when the underlying data is corrected rather than through this endpoint.
Each blocker can be removed from a given filing at most twice without a successful filing in between. After that, the blocker must be resolved with the agency and Check support must be contacted.
See the Filing blockers table for the full list of blocker IDs and how each one is resolved.
| Possible error codes | Cause |
|---|---|
blockers_not_found | One or more of the requested blockers is not currently open on the filing. |
blockers_require_zendesk_ticket | One or more of the requested blockers can only be resolved through a Check support ticket. |
blockers_not_removable | One or more of the requested blockers is not removable through the API, or the filing is in a status that does not allow it. |
manual_issue_policy_violation | A manual issue policy prevents the requested change. The error message describes the policy that blocked it. |
too_many_blocker_removal_attempts | The same blocker has already been removed from this filing twice without a successful filing. |

