cURL
curl --request POST \ --url https://api.cekura.ai/test_framework/v1/scenarios/delete_folder/ \ --header 'Content-Type: application/json' \ --header 'X-CEKURA-API-KEY: <api-key>' \ --data ' { "path": "<string>", "project_id": 123 } '
Delete folder and cascade to subfolders/scenarios.
API Key Authentication. It should be included in the header of each request.
Folder path to delete. Example: "Sales.Inbound"
Project ID the folder belongs to
No response body