Remove Public Key
Removes the public key from the target. This is a permanent action and can not be undone. Note that you can only remove inactive keys. Attempting to remove an active key will result in an error. For break glass scenarios, deactivate the key first and then remove it. Removing a non-existing key is a no-op.
Required permission:
action.target.write
Path Parameters
TargetID is the unique identifier of the target to remove the public key from.
KeyID is the unique identifier of the public key to remove.
Response Body
application/json
curl -X DELETE "https://loading/v2/actions/targets/string/publickeys/string"{
"deletionDate": "2023-01-15T01:30:15.01Z"
}Was this page helpful?
List targets
List targets: List all matching targets. By default all targets of the instance are returned. Make sure to include a limit and sorting for pagination. Required permission:
Set Execution
Set Execution: Sets an execution to call a target or include the targets of another execution. Setting an empty list of targets will remove all targets from the execution, making it a noop. Required permission: