POST
/v1/private/agent-configs/blueprints/remove-keysRemove configuration parametersRemoves configuration parameters by creating a new blueprint that closes the specified keys. Returns 204 if no changes were needed (idempotent).
Request body
application/json
objectAgentConfigRemoveValues
keysarray of stringrequiredShow child attributes
project_idstring · uuidProject ID. Either project_id or project_name must be provided
project_namestringProject name. Either project_id or project_name must be provided
{
"keys": [
"string"
],
"project_id": "00000000-0000-0000-0000-000000000000",
"project_name": "string"
}Responses
Headers
LocationobjectErrorMessage
codeinteger · int32detailsstringmessagestring{
"code": 0,
"details": "string",
"message": "string"
}