cURL
curl --request DELETE \ --url https://api.getversive.com/api/v1/question-logic/{logic_id} \ --header 'Authorization: Bearer <token>'
{ "detail": [ { "loc": [ "body", "title" ], "msg": "field required", "type": "value_error.missing" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response