AladiaDocs
Api referenceStories

Delete all stories

DELETE
/v2/stories
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X DELETE "https://example.com/v2/stories" \  -H "Content-Type: application/json" \  -d '{    "id": [      "string"    ]  }'
{  "resource": {},  "request": {},  "webhookEventName": "course.created"}