EasePop
  • Home
  • Features
  • Documentation
  • FAQ
  • Showcase
  • Pricing
  • Contact
Log inGet Started
EasePop Knowledge Base
EasePop Knowledge Base
EasePop Documentation
User Submissions
Plan Usage Limits
API Reference
API Authentication
Get submissions GET
Update submission status PATCH
Delete submission DELETE
API Reference/Submission

Delete submission

Delete a specific submission by ID

DELETE
/api/submission/{submissionId}

Authorization

x-api-key<token>

API key for authentication

In: header

Path Parameters

submissionIdstring

Unique identifier of the submission to delete

Response Body

curl -X DELETE "https://api.easepop.dev/api/submission/string"

{
  "message": "Submission deleted successfully",
  "deletedId": "123e4567-e89b-12d3-a456-426614174000"
}
{
  "message": "string"
}

{
  "message": "Submission not found or not authorized"
}
{
  "message": "string"
}

Update submission status PATCH

Previous Page