Delete Value
DELETE/agents/:agent_id/context-variables/:variable_id/:key
Deletes a specific customer's or tag's value for this context variable.
The key should be a customer identifier or a customer tag in the format tag:{tag_id}
.
Removes only the value for the specified key while keeping the variable's configuration.
Request
Responses
- 204
- 404
- 422
Context value deleted for the customer or tag
Variable, agent, or key not found
Validation Error