Remove a destination from a form.
| Name | Type | Required | Validation | Description |
|---|---|---|---|---|
formId |
string |
Yes | -- | Form ID (UUID) |
destinationId |
string |
Yes | -- | Destination ID (UUID) |
| Error | Cause |
|---|---|
Form not found. |
Invalid form ID or form belongs to a different organization |
Destination not found. |
Invalid destination ID or destination does not belong to the specified form |
401 Unauthorized |
Invalid or expired secret key |
"Remove the Slack webhook destination from my contact form."
Removal is immediate. Submissions already queued for this destination may still be delivered, but no new submissions will be routed to it.
CLI equivalent: npx formdata-dev destinations rm <formId> <destinationId>