Skip to main content
DELETE
/
projects
/
{projectId}
/
adventures
/
{adventureId}
Delete an adventure (soft delete)
curl --request DELETE \
  --url https://api.engagefabric.com/projects/{projectId}/adventures/{adventureId}

Path Parameters

projectId
string
required
adventureId
string
required

Response

200 - undefined