Remove an assignment from a variation
DELETE/v1/workspaces/{workspaceId}/agents/{agentId}/variations/{variationId}/assignments/{id}
Detaches an assignment from a variation, identified by the assignment ID returned when it was added.
Remove an assignment from a variation
curl https://api.cadenya.com/v1/workspaces/$WORKSPACE_ID/agents/$AGENT_ID/variations/$VARIATION_ID/assignments/$ID \
-X DELETE \
-H "Authorization: Bearer $CADENYA_API_KEY"