Skip to content
DELETE/roadmaps/{roadmapId}

Delete a roadmap

Delete a roadmap by ID

Parameters

NameInTypeDescription
roadmapIdrequiredpathstringRoadmap ID

Errors

204Roadmap deleted
401Unauthorized
404Roadmap not found

Example request

curl \
  -X DELETE \
  "https://feedback.quackback.io/api/v1/roadmaps/:roadmapId" \
  -H "Authorization: Bearer qb_your_api_key_here"