Skip to content

Delete a Component

Terminal window
https://mapi.storyblok.com/v1/spaces/:space_id/components/:component_id

Delete any component using its numeric ID.

Existing components used in stories remain in place along with their values, but no longer have a schema definition.

You can use the update story endpoint to copy content between components.

  • :space_id required number

    Numeric ID of a space

  • :component_id required number

    Numeric ID of a component

curl "https://mapi.storyblok.com/v1/spaces/656/components/4321" \
-X DELETE \
-H "Authorization: YOUR_OAUTH_TOKEN"