Skip to main content
DELETE
/
app-integration
/
{appIntegrationId}
Delete App Integration
curl --request DELETE \
  --url https://apiweb.mile.app/api/v3/app-integration/{appIntegrationId}/ \
  --header 'Authorization: Bearer <token>'
{
  "status": true,
  "code": 200,
  "message": "Integration has been deleted successfully.",
  "data": {
    "_id": "6771480dc13375875909b693",
    "integrationType": "azure",
    "azureAuthUrl": "https://login.microsoftonline.com/XXX-5f2b-XXX-90a0-XXX/saml2",
    "azureCert": "https://apistorage.mile.app/v3-public-dev/dev/66791b2bfabcde/2024/12/28/app.cer",
    "organizationId": "66791b2bf001a712b77b3622",
    "updatedTime": "2024-12-29T13:01:01.924000Z",
    "createdTime": "2024-12-29T13:01:01.924000Z"
  }
}

Authorizations

Authorization
string
header
required

Use a valid Bearer token to authenticate.

Path Parameters

appIntegrationId
string
required

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

Response

Success

status
string

Status of response.

code
string

Code of response.

message
string

Message of API response.

data
object

Detail of object export config.