Delete submission
Delete a specific submission by ID
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"
}