## Delete

**delete** `/zones/{zoneId}/roles/{roleId}`

Permanently deletes a customer-owned role. Platform-owned roles cannot be deleted, and a role with existing assignments returns 409.

### Path Parameters

- `zoneId: string`

- `roleId: string`

### Example

```http
curl https://api.keycard.ai/zones/$ZONE_ID/roles/$ROLE_ID \
    -X DELETE \
    -H "Authorization: Bearer $KEYCARD_API_API_KEY"
```
