Allows deleting an agent-corpus connection.Staging behaviour:
Deletes an agent-corpus connection from the staging version instead of the published agent.
Changes are propagated to the published agent via the Publish API(POST api/v2/agents/{agent_id}/publish).
Request Headers:
X-Authorization-Consistency-Token (string, optional): Authorization consistency token for read-after-write consistency. Pass the token received from a previous write operation to ensure this read reflects that write.
Returns:
A Response with the confirmation or error message.