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