Introduction
This API allows you to remove a roadmap item from a roadmap.
DELETE https://api.featureos.app/api/v3/roadmaps/:id/roadmap_items/:item_id
Parameter | Default | Description |
---|
API-KEY | - | Generate from organization settings on the admin dashboard. |
Path Parameters
Parameter | Required | Type | Description |
---|
id | true | Integer | The unique identifier of the roadmap. |
item_id | true | Integer | The unique identifier of the roadmap item to delete. |
Sample Response
Response Fields
Field | Type | Description |
---|
status | Integer | HTTP status code indicating the result of the operation. |
success | Boolean | Indicates whether the deletion was successful. |