Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Latest commit

 

History

History
44 lines (28 loc) · 605 Bytes

delete-roadmap.md

File metadata and controls

44 lines (28 loc) · 605 Bytes

DELETE /api/roadmaps/:roadmapId/

Description

Delete a roadmap.

Request

Parameters

  • roadmapId: ID of the roadmap to delete. (required - included in path)

Body

None

Headers

  • cookie: token=... (required)

Response

{
  "success": true,
  "message": "Roadmap deleted"
}

Response Codes

Example:

Code Description
200 Success
401 Unauthorized
403 Forbidden
404 Not Found.
500 Internal Server Error.

Cookies

None