Governance

  • remove_entity(entity_id)

    • Description

      • Removes all associated buckets to the entity

    • Parameters:

      • entity_id: The identifier of the entity

  • remove_bucket(entity_id, bucket_id)

    • Description

      • Removes a specific bucket.

    • Parameters:

      • entity_id: The identifier of the entity

      • Bucket_id: the bucket of the bucket

  • remove_message(bucket_id, message_id)

    • Description

      • Deletes a specified message

    • Parameters:

      • bucket_id: The bucket to which the message belongs

      • Message_id: the id of the message index on chain

Last updated