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>"
Authorizations
Section titled “ Authorizations ”Responses
Section titled “ Responses ”Request has succeeded. The application has been deleted for the user.
No authorization.
Base type for most resource objects. It defines the common type element that identifies an object’s type. It also identifies the element as Swagger’s discriminator.
object
object
Optional structured data that is endpoint-specific.
object
Example generated
{ "type": "example", "error": { "message": "example", "detail": "example", "data": {} }}Improper authentication.
Base type for most resource objects. It defines the common type element that identifies an object’s type. It also identifies the element as Swagger’s discriminator.
object
object
Optional structured data that is endpoint-specific.
object
Example generated
{ "type": "example", "error": { "message": "example", "detail": "example", "data": {} }}