Fix issue with delete

This commit is contained in:
2025-05-02 12:40:47 -06:00
parent f9eb6c4095
commit e4fac4c6b4
+1 -1
View File
@@ -10,7 +10,7 @@ id=$1
. config.ini
curl -s -X 'DEL' \
curl -s -X 'DELETE' \
"$API_ENDPOINT_REDIRECTS/$id" \
-H 'accept: application/json' \
-H "x-api-key: $API_KEY"