Skip to content
Roadmaps

Delete a roadmap item

Understanding how to use FeatureOS API to build custom integrations.

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
curl -X DELETE 'https://api.featureos.app/api/v3/roadmaps/:id/roadmap_items/:item_id' \
  -H 'API-KEY: YOUR_API_KEY' \
  -H 'Content-Type: application/json'

Headers

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.