action n_auth_delete_global_attributes { label: "Delete all global attributes" description: "Delete all global attributes. Required permission: global 'servers'." provider: n_auth method: DELETE path: "/attributes/" encoding: json output: { type: "object" additionalProperties: true } }