Skip to content

delete_submission

Delete a specific form submission permanently.

Annotations

AnnotationValue
readOnlyHintfalse
destructiveHinttrue
openWorldHinttrue

Parameters

NameTypeRequiredDescription
deployment_idstringYesThe deployment ID
submission_idstringYesThe submission ID to delete

Example

User prompt:

"Delete the spam submission from my contact form"

What Claude does:

  1. Calls get_submissions to find the submission ID.
  2. Calls delete_submission with the deployment and submission IDs.

Notes

  • This action is permanent and cannot be undone.
  • Use get_submissions first to identify the submission ID.

Deploy apps from conversation.