deleteAccessPointScope
inline suspend fun S3ControlClient.deleteAccessPointScope(crossinline block: DeleteAccessPointScopeRequest.Builder.() -> Unit): DeleteAccessPointScopeResponse
Deletes an existing access point scope for a directory bucket.
When you delete the scope of an access point, all prefixes and permissions are deleted.
To use this operation, you must have the permission to perform the s3express:DeleteAccessPointScope
action.
For information about REST API errors, see REST error responses.
You must URL encode any signed header values that contain spaces. For example, if your header value is my file.txt
, containing two spaces after my
, you must URL encode this value to my%20%20file.txt
.