Skip to main content
DELETE
/
hub
/
{hubId}
Delete hub
curl --request DELETE \
  --url https://apiweb.mile.app/api/v3/hub/{hubId} \
  --header 'Authorization: Bearer <token>'
{
  "status": true
}

Authorizations

Authorization
string
header
required

Use a valid Bearer token to authenticate.

Path Parameters

hubId
string
required

Unique identifier for the hub that generated by system. Example: 642634bde1428d414838c882

Response

Success

status
boolean

Status of response.