LinkedIn · Capability

LinkedIn Recruiter System Connect API — Data Deletion

LinkedIn Recruiter System Connect API — Data Deletion. 2 operations. Lead operation: LinkedIn Delete Synced Applications. Self-contained Naftiko capability covering one Linkedin business surface.

Run with Naftiko LinkedinData Deletion

What You Can Do

DELETE
Deleteapplications — LinkedIn Delete Synced Applications
/v1/v2/atsapplications
DELETE
Deletecandidates — LinkedIn Delete Synced Candidates
/v1/v2/atscandidates

MCP Tools

linkedin-delete-synced-applications

LinkedIn Delete Synced Applications

idempotent
linkedin-delete-synced-candidates

LinkedIn Delete Synced Candidates

idempotent

Capability Spec

talent-recruiter-system-connect-data-deletion.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: LinkedIn Recruiter System Connect API — Data Deletion
  description: 'LinkedIn Recruiter System Connect API — Data Deletion. 2 operations. Lead operation: LinkedIn Delete Synced
    Applications. Self-contained Naftiko capability covering one Linkedin business surface.'
  tags:
  - Linkedin
  - Data Deletion
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    LINKEDIN_API_KEY: LINKEDIN_API_KEY
capability:
  consumes:
  - type: http
    namespace: talent-recruiter-system-connect-data-deletion
    baseUri: https://api.linkedin.com
    description: LinkedIn Recruiter System Connect API — Data Deletion business capability. Self-contained, no shared references.
    resources:
    - name: v2-atsApplications
      path: /v2/atsApplications
      operations:
      - name: deleteapplications
        method: DELETE
        description: LinkedIn Delete Synced Applications
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: ids[0].atsJobApplicationId
          in: query
          type: string
          required: true
        - name: ids[0].dataProvider
          in: query
          type: string
          required: true
        - name: ids[0].integrationContext
          in: query
          type: string
          required: true
    - name: v2-atsCandidates
      path: /v2/atsCandidates
      operations:
      - name: deletecandidates
        method: DELETE
        description: LinkedIn Delete Synced Candidates
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: ids[0].atsCandidateId
          in: query
          type: string
          required: true
        - name: ids[0].dataProvider
          in: query
          type: string
          required: true
        - name: ids[0].integrationContext
          in: query
          type: string
          required: true
    authentication:
      type: bearer
      token: '{{env.LINKEDIN_API_KEY}}'
  exposes:
  - type: rest
    namespace: talent-recruiter-system-connect-data-deletion-rest
    port: 8080
    description: REST adapter for LinkedIn Recruiter System Connect API — Data Deletion. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/v2/atsapplications
      name: v2-atsapplications
      description: REST surface for v2-atsApplications.
      operations:
      - method: DELETE
        name: deleteapplications
        description: LinkedIn Delete Synced Applications
        call: talent-recruiter-system-connect-data-deletion.deleteapplications
        with:
          ids[0].atsJobApplicationId: rest.ids[0].atsJobApplicationId
          ids[0].dataProvider: rest.ids[0].dataProvider
          ids[0].integrationContext: rest.ids[0].integrationContext
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v2/atscandidates
      name: v2-atscandidates
      description: REST surface for v2-atsCandidates.
      operations:
      - method: DELETE
        name: deletecandidates
        description: LinkedIn Delete Synced Candidates
        call: talent-recruiter-system-connect-data-deletion.deletecandidates
        with:
          ids[0].atsCandidateId: rest.ids[0].atsCandidateId
          ids[0].dataProvider: rest.ids[0].dataProvider
          ids[0].integrationContext: rest.ids[0].integrationContext
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: talent-recruiter-system-connect-data-deletion-mcp
    port: 9090
    transport: http
    description: MCP adapter for LinkedIn Recruiter System Connect API — Data Deletion. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: linkedin-delete-synced-applications
      description: LinkedIn Delete Synced Applications
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: talent-recruiter-system-connect-data-deletion.deleteapplications
      with:
        ids[0].atsJobApplicationId: tools.ids[0].atsJobApplicationId
        ids[0].dataProvider: tools.ids[0].dataProvider
        ids[0].integrationContext: tools.ids[0].integrationContext
      outputParameters:
      - type: object
        mapping: $.
    - name: linkedin-delete-synced-candidates
      description: LinkedIn Delete Synced Candidates
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: talent-recruiter-system-connect-data-deletion.deletecandidates
      with:
        ids[0].atsCandidateId: tools.ids[0].atsCandidateId
        ids[0].dataProvider: tools.ids[0].dataProvider
        ids[0].integrationContext: tools.ids[0].integrationContext
      outputParameters:
      - type: object
        mapping: $.