Skip to content

Delete an Asset Folder

Terminal window
https://mapi.storyblok.com/v1/spaces/:space_id/asset_folders/:asset_folder_id

Delete an asset folder by using its numeric ID.

  • :space_id required number

    Numeric ID of a space

  • :asset_folder_id required number

    Id of the folder containing this asset

Example Request

curl "https://mapi.storyblok.com/v1/spaces/606/asset_folders/41" \
-X DELETE \
-H "Authorization: YOUR_OAUTH_TOKEN"