cURL
curl --request DELETE \ --url https://apiweb.mile.app/api/v3/team/{teamId}/ \ --header 'Authorization: Bearer <token>'
{ "status": true, "code": 200, "message": "Data successfully deleted.", "data": { "_id": "650151e4c8a55842604f1662", "name": "Team Delivery Update", "hubId": "64d9932e2beb9037735ff022", "organizationId": "64d99303be0ad015c461c932", "updatedTime": "2023-09-13T06:12:26.124000Z", "createdTime": "2023-09-13T06:08:36.025000Z", "totalUser": 0 } }
Documentation IndexFetch the complete documentation index at: https://docs.mileapp.dev/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.mileapp.dev/llms.txt
Use this file to discover all available pages before exploring further.
Use a valid Bearer token to authenticate.
Unique identifier for the team that generated by system. Example: 642634bde1428d414838c882
642634bde1428d414838c882
Success
Status of response.