delete_submission
Delete a specific form submission permanently.
Annotations
| Annotation | Value |
|---|---|
readOnlyHint | false |
destructiveHint | true |
openWorldHint | true |
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
deployment_id | string | Yes | The deployment ID |
submission_id | string | Yes | The submission ID to delete |
Example
User prompt:
"Delete the spam submission from my contact form"
What Claude does:
- Calls
get_submissionsto find the submission ID. - Calls
delete_submissionwith the deployment and submission IDs.
Notes
- This action is permanent and cannot be undone.
- Use
get_submissionsfirst to identify the submission ID.