Delete a roadmap.
roadmapId: ID of the roadmap to delete. (required - included in path)
None
- cookie: token=... (required)
{
"success": true,
"message": "Roadmap deleted"
}Example:
| Code | Description |
|---|---|
| 200 | Success |
| 401 | Unauthorized |
| 403 | Forbidden |
| 404 | Not Found. |
| 500 | Internal Server Error. |
None