# Delete

Launch stage: Beta

`DELETE /api/2.0/identity/accounts/{account_id}/service-principals/{service_principal_id}`

Deletes a service principal from the <Databricks> account by its internal ID.

API scopes: identity

## Path parameters

- `account_id` (string, optional)
  Required. The account ID for which the service principal is being deleted.
- `service_principal_id` (string, optional)
  Required. Internal ID of the service principal in <Databricks>.

## Response

```json
{}
```

