Skip to main content
POST
/
test_framework
/
v1
/
scenarios
/
delete_folder
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
}
'

Authorizations

X-CEKURA-API-KEY
string
header
required

API Key Authentication. It should be included in the header of each request.

Body

path
string
required

Folder path to delete. Example: "Sales.Inbound"

project_id
integer
required

Project ID the folder belongs to

Response

204

No response body