deleteRedirect
Delete a redirect permanently by providing its ID. Use when the redirect is outdated or conflicts with a new page.
Instructions
Delete a redirect - Permanently delete a redirect record by ID. Destructive - cannot be undone via API.
Use when: an old redirect is no longer needed (source content has been offline long enough that the 301 value is gone) or the rule is conflicting with a new page at the same path.
Required: redirect_id.
See also: updateRedirect (modify without removing).
Destructive: confirm intent with the user before bulk use. No soft-delete via API - records removed are not recoverable.
Returns: { status: "success", message: "record was deleted" }. No body beyond the confirmation string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| redirect_id | Yes | Redirect primary key |