Skip to main content

Delete a glue record

This endpoint allows you to delete a glue record

Endpoint

DELETE /registrar/v1/domains/{domain}/gluerecords/{hostname}

Parameters

NameLocationRequiredTypeDescription
domainPathYesStringA complete domain name
hostnamePathYesStringA glue record hostname

Response

Delete glue record

Example Request

DELETE /registrar/v1/domains/example.com/gluerecords/ns1.example.com

Example Response

{
"message": "Pending delete"
}