Skip to content

Delete a roadmap item

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

Headers

Parameter Default Description
API-KEY-Generate from organization settings on the admin dashboard.

Path Parameters

Parameter Required Type Description
idtrueIntegerThe unique identifier of the roadmap.
item_idtrueIntegerThe unique identifier of the roadmap item to delete.

Sample Response

{
"status": 200,
"success": true
}

Response Fields

Field Type Description
statusIntegerHTTP status code indicating the result of the operation.
successBooleanIndicates whether the deletion was successful.