Query parameters
-
id of branch
DELETE
/api/branch/delete
curl \
--request DELETE http://api.example.com/api/branch/delete?id=42 \
--header "Authorization: Bearer $ACCESS_TOKEN"
id of branch
curl \
--request DELETE http://api.example.com/api/branch/delete?id=42 \
--header "Authorization: Bearer $ACCESS_TOKEN"