# Delete

Launch stage: GA

`DELETE /api/2.1/unity-catalog/policies/{on_securable_type}/{on_securable_fullname}/{name}`

Delete an ABAC policy defined on a securable.

API scopes: unity-catalog

## Path parameters

- `on_securable_type` (string, optional)
  Required. The type of the securable to delete the policy from.
- `on_securable_fullname` (string, optional)
  Required. The fully qualified name of the securable to delete the policy from.
- `name` (string, optional)
  Required. The name of the policy to delete

## Response

```json
{}
```

