Deleting an Object Storage Pre-Authenticated Request

Delete a pre-authenticated request from a bucket.

    1. On the Buckets list page, select the Object Storage bucket that you want to work with. If you need help finding the list page or the bucket, see Listing Buckets.
    2. On the bucket's details page, select Management and find the Pre-authenticated requests section.
      All pre-authenticated requests are displayed in a table.
    3. From the Actions menu for the pre-authenticated request you want, select Delete pre-authenticated request.
    4. When prompted, confirm the deletion.
    The pre-authenticated request you deleted no longer appears in the list.
  • Use the oci os preauth-request delete command and required parameters to delete a pre-authenticated request from a bucket:

    oci os preauth-request delete --bucket-name bucket_name --par-id pre-authenticated_request_id [OPTIONS]

    The pre-authenticated_request_id value is the identification number assigned to the pre-authorized request when it was created. See Accessing the Pre-Authorized Request ID for more information.

    For example:
    oci os preauth-request delete --bucket-name MyParBucket --par-id YOExDlFsNYBNEwF8Uo4aK8WHiz59enVQm1aID+4cxFobgcaofVbZkg371rxK+6Vb
    Are you sure you want to delete this resource? [y/N]: y

    For a complete list of parameters and values for CLI commands, see the CLI Command Reference.

  • Run the DeletePreauthenticatedRequest operation to delete a pre-authenticated request from a bucket.