API Reference

Remove Permission

This API endpoint is used to remove an access key's permission from a bucket in the NexusRunDB database.

  • To remove public access to a bucket in the NexusRunDB database, you can pass the access key as "*"(asterisk). This indicates that the bucket can be accessed publicly without requiring a specific access key.
  • The available permissions that can be assigned to an access key for a bucket in the NexusRunDB database are as follows:
    • "read_key": Allows read access to the bucket's keys.
    • "read_write_key": Grants both read and write access to the bucket's keys.
    • "list_all_keys": Enables the listing of all keys within the bucket.
    • "delete_key": Permits the deletion of keys within the bucket.
    • "bucket_info": Provides access to retrieve information about the bucket.
      These permissions determine the level of access and operations that can be performed on the bucket using the assigned access key.
  • Please note that only the Master access key or a token generated for the Master access key is allowed to access this endpoint.
Language
Credentials
Basic
base64
:
URL
Click Try It! to start a request and see the response here!