diff --git a/Webhooks/master_webhook.php b/Webhooks/master_webhook.php index c09d855..3974cfa 100644 --- a/Webhooks/master_webhook.php +++ b/Webhooks/master_webhook.php @@ -128,7 +128,7 @@ if (!empty($pdf_url)) { logMasterDebug("Erfolgreich hochgeladen: $filename in Ordner für Template $template_id"); if ($submission_id) { - $ch_del = curl_init("https://docusign.fuyuzakura.de/api/v1/submissions/" . $submission_id); + $ch_del = curl_init("submissionURL" . $submission_id); curl_setopt($ch_del, CURLOPT_CUSTOMREQUEST, "DELETE"); curl_setopt($ch_del, CURLOPT_HTTPHEADER, [ "X-Auth-Token: " . $api_key,