Files
services/examples/function/delete/curl/deleteAFunction.sh

7 lines
187 B
Bash
Executable File

curl "http://localhost:8080/function/Delete" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $MICRO_API_TOKEN" \
-d '{
"name": "my-first-func",
"project": "tests"
}'