Skip to content
Get started

Remove a memory layer assignment from a variation

DELETE/v1/workspaces/{workspaceId}/agents/{agentId}/variations/{variationId}/memory_layer_assignments/{id}

Detaches a memory layer assignment from a variation, identified by the assignment id.

Path ParametersExpand Collapse
workspaceId: string
agentId: string
variationId: string
id: string

Remove a memory layer assignment from a variation

curl https://api.cadenya.com/v1/workspaces/$WORKSPACE_ID/agents/$AGENT_ID/variations/$VARIATION_ID/memory_layer_assignments/$ID \
    -X DELETE \
    -H "Authorization: Bearer $CADENYA_API_KEY"
Returns Examples