Skip to main content
Mar
13
2026
News

New Feature: Delete Draft Filing Operation

We're pleased to announce the addition of a Delete operation for draft filings in the Submission API, giving you greater control over your submission workflow. 

What's New 

You can now delete previously submitted requests that are in draft status. This new capability follows the same two-step asynchronous flow you're already familiar with from POST, PUT, PATCH, and GET operations. 

Key Details 

  • Supported Submission Types: U4, U5, and BR submissions
  • Eligibility: Only submissions with filingStatus = "draft" can be deleted
  • How it works: Delete a submission using the id returned in the POST submission response
  • Confirmation: After successful deletion, the GET Submission call will return resultStatus as "DELETED" 

Resources 

To get started with the Delete operation, refer to our developer documentation: 

This enhancement streamlines your filing management by allowing you to remove draft submissions that are no longer needed, keeping your submission queue clean and organized.