POST FilingsApi/DeleteDocument
Request Information
URI Parameters
None.
Body Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| SessionId |
Session GUID |
string |
Required |
| SubmissionId |
Submission Id |
long |
Required |
| DocId |
DocumentId |
long |
Required |
Request Formats
application/json, text/json
Sample:
{
"SessionId": "128eda4f-89f1-4bba-abb4-df0706ca6a93",
"SubmissionId": 17332,
"DocId":270528
}
Response Information
Response Formats
application/json, text/json
Sample:
{
"SuccessMessage": "Document Deleted successfully"
}