Admiral
Components

Delete a tag

DELETE
/v1/components/{component_id}/tags/{name}

Scope: component:write

Authorization

bearerAuth
AuthorizationBearer <token>

Personal Access Token (PAT) or Service Access Token (SAT). Pass the token in the Authorization header: Bearer admp_...

In: header

Path Parameters

component_id*component_id

The component_id path parameter.

Formatuuid
name*name

The name path parameter.

Match^[A-Za-z0-9][A-Za-z0-9._+-]{0,127}$
Length1 <= length <= 128

Response Body

application/json

curl -X DELETE "https://example.com/v1/components/497f6eca-6276-4993-bfeb-53cbbbba6f08/tags/string"
{}