# Delete Service Principal Secret Proxy

Launch stage: GA

`DELETE /api/2.0/accounts/servicePrincipals/{service_principal}/credentials/secrets/{secret_id}`

Delete a secret from the given service principal.

API scopes: authentication

## Path parameters

- `service_principal` (string, optional)
  The service principal ID.
- `secret_id` (string, optional)
  The secret ID.

## Query parameters

- `account_id` (string, optional)
  The account ID.

## Response

```json
{}
```

