Skip to content

Delete an Idea

Terminal window
https://mapi.storyblok.com/v1/spaces/:space_id/ideas/:idea_id

This endpoint allows the deletion of an idea using the uuid.

  • :space_id required number

    Numeric ID of a space

  • :idea_uuid required string

    Numeric uuid of an idea

Example Request

curl "https://mapi.storyblok.com/v1/spaces/606/ideas/123ab45c-6d78-9101-11ef-213gh1i4j1k5" \
-X DELETE \
-H "Authorization: YOUR_OAUTH_TOKEN"