douglass.network/community-delete-role-method
Delete a role-record from a community.
{ "id": "douglass.network/community-delete-role-method", "title": "Delete role method", "description": "Delete a role-record from a community.", "type": "dbmethod", "parameters": { "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "required": [ "roleId" ], "properties": { "roleId": { "type": "string" } } } }