remove_destination

Remove a destination from a form.

Parameters

Name Type Required Validation Description
formId string Yes -- Form ID (UUID)
destinationId string Yes -- Destination ID (UUID)

Response Example

Destination d1e2f3a4-... removed.

Error Cases

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

Example Prompt

"Remove the Slack webhook destination from my contact form."

WARNING

Removal is immediate. Submissions already queued for this destination may still be delivered, but no new submissions will be routed to it.