Delete symBalancer ================== .. role:: green **Type:** :guilabel:`DELETE` .. py:function:: https://cloud.syminet.com/api/v1/symbalancers/delete/{SYMBALANCER_ID} Delete ``SYMBALANCER_ID``. **Required URL Parameters:** SYMBALANCER_ID symBalancer ID to delete. .. code-block:: shell :caption: Curl curl --request DELETE \ --url https://cloud.syminet.com/api/v1/symbalancers/delete/SYMBALANCER_ID \ --header "authorization:bearer $API_TOKEN" **Response:** :green:`202 OK`