diff --git a/NP_Custom_Templates/upload.sh b/NP_Custom_Templates/upload.sh deleted file mode 100644 index 5fb6c259..00000000 --- a/NP_Custom_Templates/upload.sh +++ /dev/null @@ -1,9 +0,0 @@ -curl --request POST \ - --url https://api.northpass.com/v2/custom_templates \ - --header 'Accept: application/json' \ - --header 'Content-Type: application/json' -name = string - required - Custom template name -i.e header.html.liquid - -body = string - required - Custom template body -i.e.
html etc etc