# Delete

Launch stage: Beta

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

Deletes a service principal by its internal ID
 from the <Databricks> account that parents the calling workspace.

API scopes: identity

## Path parameters

- `service_principal_id` (string, optional)
  Required. Internal ID of the service principal in <Databricks>.

## Response

```json
{}
```

