# Delete Service Principal Federation Policy

Launch stage: GA

`DELETE /api/2.0/accounts/{account_id}/servicePrincipals/{service_principal_id}/federationPolicies/{policy_id}`

Delete account federation policy.

API scopes: authentication

## Path parameters

- `account_id` (string, optional)
  The account id for the federation policy.
- `service_principal_id` (int64, optional)
  The service principal id for the federation policy.
- `policy_id` (string, optional)
  The identifier for the federation policy.
  Example: `my-federation-policy`

## Response

```json
{}
```

