Skip to main content

Delete an extension

DELETE/contributors/{contributorId}/extensions/{extensionId}/
v2
DELETE
extension-delete-extension

This action deletes all ExtensionInstances and afterwards the Extension itself.

Request

  • contributorIdstring
    required
  • extensionIdstring (uuid)
    required

Responses

No response content specified.

Usage examples

$ curl \
--fail \
--location \
-X DELETE \
-d '{"reason":"The deprecation phase of the extension has ended. The successor will now be the only usable version of this extension."}' \
-H "Authorization: Bearer $MITTWALD_API_TOKEN" \
-H 'Content-Type: application/json' \
https://api.mittwald.de/v2/contributors/string/extensions/f0f86186-0a5a-45b2-aa33-502777496347