Atlassian · Capability

Atlassian Bit Bucket Workspaces API — Delete

Atlassian Bit Bucket Workspaces API — Delete. 5 operations. Lead operation: Atlassian Delete A Webhook For A Workspace. Self-contained Naftiko capability covering one Atlassian business surface.

Run with Naftiko AtlassianDelete

What You Can Do

DELETE
Atlassiandeleteawebhookforaworkspace — Atlassian Delete A Webhook For A Workspace
/v1/workspaces/{workspace}/hooks/{uid}
DELETE
Atlassiandeletepipelinevariableforworkspace — Atlassian Delete A Variable For A Workspace
/v1/workspaces/{workspace}/pipelines-config/variables/{variable-uuid}
DELETE
Atlassiandeleteaprojectforaworkspace — Atlassian Delete A Project For A Workspace
/v1/workspaces/{workspace}/projects/{project-key}
DELETE
Atlassiandeleteanexplicitgrouppermissionforaproject — Atlassian Delete An Explicit Group Permission For A Project
/v1/workspaces/{workspace}/projects/{project-key}/permissions-config/groups/{group-slug}
DELETE
Atlassiandeleteanexplicituserpermissionforaproject — Atlassian Delete An Explicit User Permission For A Project
/v1/workspaces/{workspace}/projects/{project-key}/permissions-config/users/{selected-user-id}

MCP Tools

atlassian-delete-webhook-workspace

Atlassian Delete A Webhook For A Workspace

idempotent
atlassian-delete-variable-workspace

Atlassian Delete A Variable For A Workspace

idempotent
atlassian-delete-project-workspace

Atlassian Delete A Project For A Workspace

idempotent
atlassian-delete-explicit-group-permission

Atlassian Delete An Explicit Group Permission For A Project

idempotent
atlassian-delete-explicit-user-permission

Atlassian Delete An Explicit User Permission For A Project

idempotent

Capability Spec

rest-api-3-announcementbanner--delete.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Atlassian Bit Bucket Workspaces API — Delete
  description: 'Atlassian Bit Bucket Workspaces API — Delete. 5 operations. Lead operation: Atlassian Delete A Webhook For
    A Workspace. Self-contained Naftiko capability covering one Atlassian business surface.'
  tags:
  - Atlassian
  - Delete
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ATLASSIAN_API_KEY: ATLASSIAN_API_KEY
capability:
  consumes:
  - type: http
    namespace: rest-api-3-announcementbanner--delete
    baseUri: https://api.bitbucket.org/2.0
    description: Atlassian Bit Bucket Workspaces API — Delete business capability. Self-contained, no shared references.
    resources:
    - name: workspaces-workspace-hooks-uid
      path: /workspaces/{workspace}/hooks/{uid}
      operations:
      - name: atlassiandeleteawebhookforaworkspace
        method: DELETE
        description: Atlassian Delete A Webhook For A Workspace
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: workspaces-workspace-pipelines-config-variables-variable_uuid
      path: /workspaces/{workspace}/pipelines-config/variables/{variable_uuid}
      operations:
      - name: atlassiandeletepipelinevariableforworkspace
        method: DELETE
        description: Atlassian Delete A Variable For A Workspace
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: workspace
          in: path
          type: string
          description: This can either be the workspace ID (slug) or the workspace UUID surrounded by curly-braces, for example
            `{workspace UUID}`.
          required: true
        - name: variable_uuid
          in: path
          type: string
          description: The UUID of the variable to delete.
          required: true
    - name: workspaces-workspace-projects-project_key
      path: /workspaces/{workspace}/projects/{project_key}
      operations:
      - name: atlassiandeleteaprojectforaworkspace
        method: DELETE
        description: Atlassian Delete A Project For A Workspace
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: workspaces-workspace-projects-project_key-permissions-config-groups-group_slug
      path: /workspaces/{workspace}/projects/{project_key}/permissions-config/groups/{group_slug}
      operations:
      - name: atlassiandeleteanexplicitgrouppermissionforaproject
        method: DELETE
        description: Atlassian Delete An Explicit Group Permission For A Project
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: workspaces-workspace-projects-project_key-permissions-config-users-selected_user
      path: /workspaces/{workspace}/projects/{project_key}/permissions-config/users/{selected_user_id}
      operations:
      - name: atlassiandeleteanexplicituserpermissionforaproject
        method: DELETE
        description: Atlassian Delete An Explicit User Permission For A Project
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: rest-api-3-announcementbanner--delete-rest
    port: 8080
    description: REST adapter for Atlassian Bit Bucket Workspaces API — Delete. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/workspaces/{workspace}/hooks/{uid}
      name: workspaces-workspace-hooks-uid
      description: REST surface for workspaces-workspace-hooks-uid.
      operations:
      - method: DELETE
        name: atlassiandeleteawebhookforaworkspace
        description: Atlassian Delete A Webhook For A Workspace
        call: rest-api-3-announcementbanner--delete.atlassiandeleteawebhookforaworkspace
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/workspaces/{workspace}/pipelines-config/variables/{variable-uuid}
      name: workspaces-workspace-pipelines-config-variables-variable-uuid
      description: REST surface for workspaces-workspace-pipelines-config-variables-variable_uuid.
      operations:
      - method: DELETE
        name: atlassiandeletepipelinevariableforworkspace
        description: Atlassian Delete A Variable For A Workspace
        call: rest-api-3-announcementbanner--delete.atlassiandeletepipelinevariableforworkspace
        with:
          workspace: rest.workspace
          variable_uuid: rest.variable_uuid
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/workspaces/{workspace}/projects/{project-key}
      name: workspaces-workspace-projects-project-key
      description: REST surface for workspaces-workspace-projects-project_key.
      operations:
      - method: DELETE
        name: atlassiandeleteaprojectforaworkspace
        description: Atlassian Delete A Project For A Workspace
        call: rest-api-3-announcementbanner--delete.atlassiandeleteaprojectforaworkspace
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/workspaces/{workspace}/projects/{project-key}/permissions-config/groups/{group-slug}
      name: workspaces-workspace-projects-project-key-permissions-config-groups-group-slug
      description: REST surface for workspaces-workspace-projects-project_key-permissions-config-groups-group_slug.
      operations:
      - method: DELETE
        name: atlassiandeleteanexplicitgrouppermissionforaproject
        description: Atlassian Delete An Explicit Group Permission For A Project
        call: rest-api-3-announcementbanner--delete.atlassiandeleteanexplicitgrouppermissionforaproject
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/workspaces/{workspace}/projects/{project-key}/permissions-config/users/{selected-user-id}
      name: workspaces-workspace-projects-project-key-permissions-config-users-selected-user
      description: REST surface for workspaces-workspace-projects-project_key-permissions-config-users-selected_user.
      operations:
      - method: DELETE
        name: atlassiandeleteanexplicituserpermissionforaproject
        description: Atlassian Delete An Explicit User Permission For A Project
        call: rest-api-3-announcementbanner--delete.atlassiandeleteanexplicituserpermissionforaproject
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: rest-api-3-announcementbanner--delete-mcp
    port: 9090
    transport: http
    description: MCP adapter for Atlassian Bit Bucket Workspaces API — Delete. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: atlassian-delete-webhook-workspace
      description: Atlassian Delete A Webhook For A Workspace
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: rest-api-3-announcementbanner--delete.atlassiandeleteawebhookforaworkspace
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-delete-variable-workspace
      description: Atlassian Delete A Variable For A Workspace
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: rest-api-3-announcementbanner--delete.atlassiandeletepipelinevariableforworkspace
      with:
        workspace: tools.workspace
        variable_uuid: tools.variable_uuid
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-delete-project-workspace
      description: Atlassian Delete A Project For A Workspace
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: rest-api-3-announcementbanner--delete.atlassiandeleteaprojectforaworkspace
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-delete-explicit-group-permission
      description: Atlassian Delete An Explicit Group Permission For A Project
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: rest-api-3-announcementbanner--delete.atlassiandeleteanexplicitgrouppermissionforaproject
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-delete-explicit-user-permission
      description: Atlassian Delete An Explicit User Permission For A Project
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: rest-api-3-announcementbanner--delete.atlassiandeleteanexplicituserpermissionforaproject
      outputParameters:
      - type: object
        mapping: $.