bedrock:DeleteMarketplaceModelEndpoint

Write

bedrock:DeleteMarketplaceModelEndpoint is a Write access-level action in the bedrock service. Grants permission to delete a marketplace model endpoint

Resource types

ARNs that bedrock:DeleteMarketplaceModelEndpoint can be scoped to in an IAM policy.

arn:${Partition}:bedrock:${Region}:${Account}:marketplace/model-endpoint/all-access
bedrock-marketplace-model-endpoint

Condition keys

No condition keys are documented for this action.

Example IAM policy

A minimal policy that allows bedrock:DeleteMarketplaceModelEndpoint. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowBedrockDeleteMarketplaceModelEndpoint",
      "Effect": "Allow",
      "Action": "bedrock:DeleteMarketplaceModelEndpoint",
      "Resource": "*"
    }
  ]
}

Related actions in bedrock

View all bedrock actions →