POST DraftsApi/Delete
Request Information
URI Parameters
None.
Body Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
Id |
long |
Optional |
| SessionId |
Session GUID |
string |
Required |
| FilerEmailAddress |
Filer Email address |
string |
Required |
| SubmissionId |
Submission Id |
long |
Required |
Request Formats
application/json, text/json
Sample:
{
"SessionId":"40ea66ef-edff-4e6e-9e72-cd6fd1532f95",
"FilerEmailAddress": "sirishapettela@gmail.com",
"SubmissionId":17130
}
Response Information
Response Formats
application/json, text/json
Sample:
{
"SuccessMessage": "Deleted Successfully"
}