domains_deleteDomainForwardingV1
Remove domain forwarding configurations to stop redirects for a specified domain. This tool deletes forwarding data, ensuring the domain no longer redirects to another URL.
Instructions
Delete domain forwarding data.
Use this endpoint to remove redirect configuration from domains.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Domain name |
Implementation Reference
- types.d.ts:547-555 (schema)TypeScript interface definition specifying the input parameters (domain: string) and generic response for the domains_deleteDomainForwardingV1 tool. This is part of the APITools export."domains_deleteDomainForwardingV1": { params: { /** * Domain name */ domain: string; }; response: any; // Response structure will depend on the API };