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