> ## Documentation Index
> Fetch the complete documentation index at: https://docs.withclasp.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete Beneficiary



## OpenAPI

````yaml delete /beneficiaries/{public_id}
openapi: 3.0.3
info:
  title: ''
  version: 0.0.0
servers: []
security: []
paths:
  /beneficiaries/{public_id}:
    delete:
      tags:
        - beneficiaries
      operationId: beneficiaries_destroy
      parameters:
        - in: path
          name: public_id
          schema:
            type: string
          required: true
      responses:
        '204':
          description: No response body

````