Skip to content

Delete an Extension

Terminal window
https://mapi.storyblok.com/v1/org_apps/:extension_id

This endpoint allows to delete organization and partner extensions by using the numeric ID.

Terminal window
/partner_apps/:extension_id
  • :extension_id required number

    Numeric id of an extension

curl "https://mapi.storyblok.com/v1/org_apps/123123" \
-X DELETE \
-H "Authorization: YOUR_OAUTH_TOKEN"