Skip to main content
DELETE
/
projects
/
{projectId}
/
adventures
/
{adventureId}
/
quests
/
{questId}
Remove a quest from an adventure
curl --request DELETE \
  --url https://api.engagefabric.com/projects/{projectId}/adventures/{adventureId}/quests/{questId}

Documentation Index

Fetch the complete documentation index at: https://docs.engagefabric.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

projectId
string
required
adventureId
string
required
questId
string
required

Response

200 - undefined