Deleting a Pre-Authenticated Request in Object Storage

Delete a pre-authenticated request from a bucket.

    1. Open the navigation menu and click Storage. Under Object Storage & Archive Storage, click Buckets.
    2. Select the compartment from the list under List Scope. All buckets in that compartment are listed in tabular form.
    3. Click the bucket whose details you want to get. The bucket's Details page appears.
    4. Click Pre-Authenticated Request under Resources. The Pre-Authenticated Request list appears. All pre-authenticated requests are listed in tabular form.
    5. Click the Actions menu (Actions Menu) next to the pre-authenticated request that you want delete and select Delete.
    6. 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.