Amazon Elastic Container Registry Public
  1. Root
Amazon Elastic Container Registry Public
  • Root
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
  1. Root

/

POST
/
Deletes specified tags from a resource.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/' \
--header 'X-Amz-Target;' \
--header 'Content-Type: application/json' \
--data-raw '{
    "resourceArn": "string",
    "tagKeys": []
}'
Response Response Example
200 - Example 1
{}

Request

Header Params
X-Amz-Target
string 
required
Body Params application/json
resourceArn
string 
required
The Amazon Resource Name (ARN) of the resource to delete tags from. Currently, the supported resource is an Amazon ECR Public repository.
>= 1 characters<= 2048 characters
tagKeys
array[string]
required
The keys of the tags to be removed.
>= 0 items<= 200 items
Examples

Responses

🟢200Success
application/json
Body
object {0}
🟠480InvalidParameterException
🟠481InvalidTagParameterException
🟠482TooManyTagsException
🟠483RepositoryNotFoundException
🟠484UnsupportedCommandException
🟠485ServerException
Previous
/
Next
/
Built with