Marketo · Capability

Marketo Engage Rest API — Set

Marketo Engage Rest API — Set. 1 operations. Lead operation: Marketo Delete Field from Fieldset. Self-contained Naftiko capability covering one Marketo business surface.

Run with Naftiko MarketoSet

What You Can Do

POST
Deleteformfieldfromfieldsetusingpost — Marketo Delete Field from Fieldset
/v1/asset/v1/form/{id}/fieldset/{fieldsetid}/field/{fieldid}/delete-json

MCP Tools

marketo-delete-field-fieldset

Marketo Delete Field from Fieldset

Capability Spec

engage-rest-set.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Marketo Engage Rest API — Set
  description: 'Marketo Engage Rest API — Set. 1 operations. Lead operation: Marketo Delete Field from Fieldset. Self-contained
    Naftiko capability covering one Marketo business surface.'
  tags:
  - Marketo
  - Set
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MARKETO_API_KEY: MARKETO_API_KEY
capability:
  consumes:
  - type: http
    namespace: engage-rest-set
    baseUri: https://localhost:8080
    description: Marketo Engage Rest API — Set business capability. Self-contained, no shared references.
    resources:
    - name: rest-asset-v1-form-id-fieldSet-fieldSetId-field-fieldId-delete.json
      path: /rest/asset/v1/form/{id}/fieldSet/{fieldSetId}/field/{fieldId}/delete.json
      operations:
      - name: deleteformfieldfromfieldsetusingpost
        method: POST
        description: Marketo Delete Field from Fieldset
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: integer
          description: id
          required: true
        - name: fieldSetId
          in: path
          type: string
          description: fieldSetId
          required: true
        - name: fieldId
          in: path
          type: string
          description: fieldId
          required: true
  exposes:
  - type: rest
    namespace: engage-rest-set-rest
    port: 8080
    description: REST adapter for Marketo Engage Rest API — Set. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/asset/v1/form/{id}/fieldset/{fieldsetid}/field/{fieldid}/delete-json
      name: rest-asset-v1-form-id-fieldset-fieldsetid-field-fieldid-delete-json
      description: REST surface for rest-asset-v1-form-id-fieldSet-fieldSetId-field-fieldId-delete.json.
      operations:
      - method: POST
        name: deleteformfieldfromfieldsetusingpost
        description: Marketo Delete Field from Fieldset
        call: engage-rest-set.deleteformfieldfromfieldsetusingpost
        with:
          id: rest.id
          fieldSetId: rest.fieldSetId
          fieldId: rest.fieldId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: engage-rest-set-mcp
    port: 9090
    transport: http
    description: MCP adapter for Marketo Engage Rest API — Set. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: marketo-delete-field-fieldset
      description: Marketo Delete Field from Fieldset
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: engage-rest-set.deleteformfieldfromfieldsetusingpost
      with:
        id: tools.id
        fieldSetId: tools.fieldSetId
        fieldId: tools.fieldId
      outputParameters:
      - type: object
        mapping: $.