Sample Success Responses
Domain Registration Delete Monitor API sample response
If a request succeeds, it will return a status code in the 204 and a JSON. The following sample response will be returned after a successful query.
HTTP/1.1 204 No Content
No Content
Note: Deleted domain registration IDs still appear in the Domain Registration List Monitor API or Detail Monitor API. The deletion states are given as "deleted": true and the deletion dates appear in these API responses. In this way, you are able to check and track your deleted domain monitoring parameters. A deleted monitor ID can be seen in the following sample Domain Registration List Monitor API response.
...
{
"filters": {
"should": [
{
"name": "domain.dns.a.ip_addresses",
"value": "192.168.0.0",
"type": "eq"
}
],
"must": null,
"must_not": null
},
"monitor_id": "00086cf4-97aa-49ed-9f60-198f49f44000",
"monitor_name": "domain_monitor",
"status": "active",
"tags": [
"ip_monitor"
],
"created_at": "2021-10-25T07:59:13Z",
"updated_at": "2021-10-25T07:59:13Z",
"monitoring_start_date": "2021-10-25T07:59:12Z",
"deleted": true,
"deleted_at": "2021-10-25T10:43:21Z"
},
...
Updated about 3 years ago