# Delete

Launch stage: GA

`DELETE /api/2.0/accounts/{account_id}/oauth2/published-app-integrations/{integration_id}`

Delete an existing Published OAuth App Integration.
 You can retrieve the published OAuth app integration via [PublishedAppIntegration/get](https://docs.databricks.com/api/account/publishedappintegration/get).

API scopes: authentication

## Path parameters

- `account_id` (string, optional)
- `integration_id` (string, optional)

## Response

```json
{}
```

