Delete domain redirect
Domains
Delete domain redirect
Remove the redirect rule for this domain
Deletes the redirect from Cloudflare and removes the configuration record. Cloudflare cleanup failures are logged but do not prevent the record from being removed.
Example
import requests
domain_id = "550e8400-e29b-41d4-a716-446655440000"
response = requests.delete(
f"https://api.coldsend.io/api/public/v1/domains/{domain_id}/redirect",
headers={"X-API-Key": "your-api-key"}
)
print(response.json())
DELETE
Delete domain redirect
Authorizations
API key with format cs_live_xxx

