Delete URL Forwarding by ID
Removes a URL forwarding configuration by ID. The domain must be owned by the authenticated account. This operation cannot be undone.
Documentation Index
Fetch the complete documentation index at: https://docs.name.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Authenticate via HTTP Basic with your account username and API token. Examples use an explicit 'Authorization: Basic <base64(username:token)>' header; 'curl -u username:token' is equivalent. For sandbox, append "-test" to your username and use your sandbox token on api.dev.name.com.
Path Parameters
DomainName is the domain that owns the URL forwarding entry. Must be owned by the authenticated account.
"example.com"
ID is the server-assigned unique identifier for the URL forwarding record (returned in list responses).
12345
Response
URL Forwarding entry successfully deleted.