mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-10 11:47:42 +02:00
W/o Actor
This commit is contained in:
@@ -72,5 +72,6 @@ delete() {
|
||||
local tmpfile
|
||||
tmpfile=$(mktemp)
|
||||
curl -i -s -X DELETE "$URL/$1" -H "Authorization: Bearer ${TOKEN}" | tr -d '\r' > "$tmpfile"
|
||||
# curl -v -i -s -X DELETE "$URL/$1" -H "Authorization: Bearer ${TOKEN}" | tr -d '\r' > "$tmpfile"
|
||||
api ${tmpfile}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user