API Reference · Domains
Delete domain
Delete a sending domain and deactivate its DNS records. Useful for clearing out a mistaken or unverified domain — it can be re-added later with fresh records.
DELETE/v1/domains/{id}
Headers
Authorizationstringrequired
Your API key as a bearer token:
Bearer rk_your_api_key. You can also use the X-Api-Key header.Request
curl -X DELETE https://api.raanse.com/v1/domains/01JABCDXYZ0000000000000000 \
-H "Authorization: Bearer rk_your_api_key"Response
200{
"success": true,
"message": "OK",
"statusCode": 200,
"data": null
}