Endpoint
Authentication
Requires a developer API key in theAuthorization header.
Request Headers
| Header | Value |
|---|---|
Authorization | Bearer <api_key> |
Path Parameters
| Parameter | Type | Description |
|---|---|---|
id | string | The domain ID to delete (e.g. dom_01HXYZ...) |
Example Request
Response — 204 No Content
No response body is returned on success.Error Responses
| Status | Code | Description |
|---|---|---|
| 401 | UNAUTHORIZED | Invalid or missing API key |
| 404 | NOT_FOUND | Domain not found or does not belong to developer |