← Back to API Reference

DELETE /domains/{domain_id}

Delete Domain

Compatibility endpoint to delete domain data.

Request (cURL)

curl -X DELETE "http://localhost:8080/v1/domains/dom_123" \
  -H "Authorization: Bearer <API_KEY>"

Response Example

{}