v2
latestOpenAPI 3.0.02026-08-013312111.4 MBAddon
Delete an app
Deletes the application for the user.
This endpoint is intended to be used by Bitbucket Connect apps and only supports JWT authentication -- that is how Bitbucket identifies the particular installation of the app. Developers with applications registered in the "Develop Apps" section of Bitbucket Marketplace need not use this endpoint as updates for those applications can be sent out via the UI of that section.
$ curl -X DELETE https://api.bitbucket.org/2.0/addon \
-H "Authorization: JWT <JWT Token>"
delete/addon
Response
Request has succeeded. The application has been deleted for the user.