cURL
curl --request DELETE \ --url http://api.stuut.ai/v1/call-agent-scenarios/{call_agent_scenario_id} \ --header 'Authorization: Bearer <token>'
{ "data": {}, "error": "<string>", "message": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response