Deletes a custom scope definition. Live tokens minted under it are NOT cascade-revoked; they fail closed (403 naming the scope) on their next request once the delete lands. Subscribers still assigned the scope cannot log in until reassigned.Writes are published on the internal event bus and applied cluster-wide; a 202 means "published", and the row is visible on each server once its event lands.Requires Super User (reads also allow Super User Read Only) — enforced in the controller; scope_priv cannot express it.
Request
Authorization
Bearer Token
Provide your bearer token in the
Authorization
header when making requests to protected resources.