Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

4466 articles

Delete a value list item


Delete a value list item

DELETE / v1 / radar / value_list_items /:id

Deletes a ValueListItem object, removing it from its parent value list.

Parameters

No parameters.

Returns

Returns an object with the deleted ValueListItem object’s ID and a deleted parameter on success. Otherwise, this call raises an error.

Response

{ "id": "rsli_1MxxosLkdIwHu7ixxvA1yKiZ", "object": "radar.value_list_item", "deleted": true}
Last verified 2026-09-24

Is this helpful?