diff --git a/DELETE-%2Fprotection%2Fflexrule%2F%7Buuid%7D.md b/DELETE-%2Fprotection%2Fflexrule%2F%7Buuid%7D.md index f2b8759..a1d8365 100644 --- a/DELETE-%2Fprotection%2Fflexrule%2F%7Buuid%7D.md +++ b/DELETE-%2Fprotection%2Fflexrule%2F%7Buuid%7D.md @@ -40,7 +40,7 @@ $curl = curl_init(); curl_setopt_array($curl, array( - CURLOPT_URL => 'control.local/api/v2/protection/flexrules/ABCDE-FGHI-1234-567-8910', + CURLOPT_URL => 'https://api.dsh.gg/api/v2/protection/flexrules/ABCDE-FGHI-1234-567-8910', CURLOPT_CUSTOMREQUEST => 'DELETE', CURLOPT_HTTPHEADER => array( 'X-TOKEN: test-token', @@ -56,7 +56,7 @@ echo $response; ##### cURL ```bash -curl --location --request DELETE 'control.local/api/v2/protection/flexrules/ABCDE-FGHI-1234-567-8910' \ +curl --location --request DELETE 'https://api.dsh.gg/api/v2/protection/flexrules/ABCDE-FGHI-1234-567-8910' \ --header 'X-TOKEN: test-token' \ --header 'Content-Type: application/json' ```