Delete a glue record
This endpoint allows you to delete a glue record
Endpoint
DELETE /registrar/v1/domains/{domain}/gluerecords/{hostname}
Parameters
| Name | Location | Required | Type | Description |
|---|---|---|---|---|
| domain | Path | Yes | String | A complete domain name |
| hostname | Path | Yes | String | A glue record hostname |
Response
Delete glue record
Example Request
DELETE /registrar/v1/domains/example.com/gluerecords/ns1.example.com
Example Response
{
"message": "Pending delete"
}