Delete Team

Delate a Team

The Delete Team endpoint removes the team.

❗️

Be Careful

There is no way to undo this action. the team will be removed forever.

curl --include \
     --request DELETE \
     --header "Content-Type: application/json" \
     --data-binary "{\"company_id\": 1, \"timestamp\":\"1414421210832\", \"access_token\":\"K2Pxkwvx6-3PtW44zvEV\", \"signature\":\"db00061fa75f869c968f72d48449e457ae06959a\"}" \
https://api.bringg.com/partner_api/teams/{id}
Language