Deactivate a zone DNS service
Deactivates DNS services for the zone.
Under Solo and Teams plans, active zones are charged when renewing your subscription to DNSimple
Path parameters
The account id
The zone name
Response
Successfully deactivate DNS services on the zone.
Example response
{
"data": {
"id": 1,
"account_id": 1010,
"name": "example-alpha.com",
"reverse": false,
"secondary": false,
"last_transferred_at": null,
"active": true,
"created_at": "2015-04-23T07:40:03Z",
"updated_at": "2015-04-23T07:40:03Z"
}
}Changes
Changed in 4 of the 52 revisions of this API.213
- ▲
the response property
data/last_transferred_atbecame nullable for the status200response-property-became-nullable
- ○
the response property
databecame required for the status200response-property-became-required
- ○
the response property
data/account_idbecame required for the status200response-property-became-required
- ○
the response property
data/activebecame required for the status200response-property-became-required
- ○
the response property
data/created_atbecame required for the status200response-property-became-required
- ○
the response property
data/idbecame required for the status200response-property-became-required
- ○
the response property
data/last_transferred_atbecame required for the status200response-property-became-required
- ○
the response property
data/namebecame required for the status200response-property-became-required
- ○
the response property
data/reversebecame required for the status200response-property-became-required
- ○
the response property
data/secondarybecame required for the status200response-property-became-required
- ○
the response property
data/updated_atbecame required for the status200response-property-became-required
- ○
the response property
messagebecame required for the status404response-property-became-required
- ▲
- ○
added the optional property
data/activeto the response with the200statusresponse-optional-property-added
- ○
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 25 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲