EaserixDocs
DevelopersAPI referenceFormsSubmissions

Delete a submission

Deletes the submission and decrements the form's counters. Owner-only — deleting from a shared form's inbox returns 403.

View as Markdown
DELETE
/v1/forms/{id}/submissions/{sid}
AuthorizationBearer <token>

In: header

Path Parameters

id*string
sid*string

Response Body

application/json

application/json

application/json

application/json

curl -X DELETE "https://example.com/v1/forms/string/submissions/string"
{  "message": "string"}