v8

latestOpenAPI 3.0.0Apache 2.0raw.githubusercontent.com2025-10-165266542.4 MB
DigitalOcean-public.v2-new_Domain Records

Delete a Domain Record

To delete a record for a domain, send a DELETE request to /v2/domains/$DOMAIN_NAME/records/$DOMAIN_RECORD_ID.

The record will be deleted and the response status will be a 204. This indicates a successful request with no body returned.

delete/v2/domains/{domain_name}/records/{domain_record_id}

Path parameters

domain_namestring required

The name of the domain itself.

domain_record_idinteger required

The unique identifier of the domain record.

Response

The action was successful and the response body is empty.