Delete a permission set.
Members assigned to it keep the permissions they already have — they simply
stop being linked to a set — and the response reports how many were
unlinked as affected_users.
Two sets refuse deletion with 409: a builtin, and whichever set is currently
named by this organization’s default_user_permissions setting. Point that
setting at another set before deleting this one.
Note the asymmetry: writing a set needs settings:write, while reading one
needs users:read.
Authorizations
A scoped AgentEye API key. Mint one in the dashboard under Settings → API keys, or with POST /v1/keys. Each endpoint names the permission it requires; a key without it gets 403 and a required_permission field naming what was missing.
Path Parameters
The permission set's name.
Response
Deleted; affected_users counts the members unlinked.

