Remove an entry
Rejected when the change set is not OPEN.
Scope: app:write
Authorization
bearerAuth Personal Access Token (PAT) or Service Access Token (SAT). Pass the token in the Authorization header: Bearer admp_...
In: header
Path Parameters
Identifier of the change set. Accepts either the short ID
(cs-<suffix>) or the canonical UUID.
1 <= lengthComponent name of the entry to remove.
^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$1 <= length <= 63Response Body
application/json
curl -X DELETE "https://api.admiral.io/api/v1/changesets/string/entries/string"{}List change sets GET
Common filter fields: `application_id`, `environment_id`, `status`. The returned `ChangeSet` records do not include entries or variable entries; call GetChangeSet for the full record. Scope: `app:read`
Remove a variable on apply DELETE
To withdraw the deletion intent before deploy, call SetVariable for the same key with the desired value (which overwrites the tombstone). Rejected when the change set is not OPEN. Scope: `app:write`