.. role:: green Delete Domain ============= **Type:** :guilabel:`DELETE` .. py:function:: https://cloud.syminet.com/api/v1/domains/{DOMAIN_ID}/delete Delete domain ``DOMAIN_ID`` and all associated DNS records. .. Caution:: When a domain is deleted, all records for the domain are also deleted. **Required URL Parameters:** DOMAIN_ID Domain ID to delete. .. code-block:: shell :caption: Curl curl --request DELETE \ --url https://cloud.syminet.com/api/v1/domains/DOMAIN_ID/delete \ --header "authorization:bearer $API_TOKEN" **Response:** :green:`200 OK`