Delete DynDNS configuration for a domain

Delete an existing DynDNS configuration associated with a specific domain. This action returns a requestId for tracking.

Path Parameters

domainId integer · min: 1 required Example

Unique domain identifier

configId integer · min: 1 required Example

Unique config identifier

Headers

Accept Example
Content-Type Example

Responses

200
success boolean
timestamp string
requestId string
data object
DELETE https://cloud.hostup.se/api/domains/{domainId}/dyndns/{configId}
For AI assistants
cURL
curl -X DELETE "https://cloud.hostup.se/api/domains/16110/dyndns/50" \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json"
Response
{
  "success": true,
  "timestamp": "string",
  "requestId": "string",
  "data": {
    "message": "string"
  }
}