Deleting a Pre-Authenticated Request in Object Storage
Delete a pre-authenticated request from a bucket.
- 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 Object Storage bucket, see Listing Buckets.
- On the details page, select Pre-Authenticated Request.
- From the Actions menu for the pre-authenticated request you want, select Delete.
- 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.