Admiral
Changesets

Remove an entry

DELETE
/api/v1/changesets/{change_set_id}/entries/{component_name}

Rejected when the change set is not OPEN.

Scope: app: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

change_set_id*change_set_id

Identifier of the change set. Accepts either the short ID (cs-<suffix>) or the canonical UUID.

Length1 <= length
component_name*component_name

Component name of the entry to remove.

Match^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$
Length1 <= length <= 63

Response Body

application/json

curl -X DELETE "https://api.admiral.io/api/v1/changesets/string/entries/string"
{}