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:
- Submission Flow Overview: https://developer.finra.org/docs#submission_api-overview
- Delete by Id Resource Endpoint: https://developer.finra.org/docs#submission_api-api_basics-api_request_and_response_format
- Delete Payload Samples: https://developer.finra.org/docs#submission_api-registration-u4
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.