> ## Documentation Index
> Fetch the complete documentation index at: https://docs.getversive.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete question logic

> Remove a branching rule

Deletes a logic rule (soft delete). Returns `204 No Content`.

<ParamField path="logic_id" type="string" required>The rule ID.</ParamField>

<RequestExample>
  ```bash cURL theme={null}
  curl -X DELETE https://api.getversive.com/api/v1/question-logic/lr-42 \
    -H "Authorization: Bearer $VERSIVE_API_KEY"
  ```
</RequestExample>
