diff --git a/put.icu.sxcu b/put.icu.sxcu index 99fa524..f30b2aa 100644 --- a/put.icu.sxcu +++ b/put.icu.sxcu @@ -4,8 +4,10 @@ "RequestMethod": "PUT", "RequestURL": "https://put.icu/upload/", "Headers": { + "Linx-Delete-Key": "testkey", "Accept": "application/json" }, "Body": "Binary", - "URL": "$json:url$" + "URL": "$json:url$", + "DeletionURL": "https://put.icu/delete/$json:filename$?linx-delete-key=$json:delete_key$" } \ No newline at end of file