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

# Delete Member



## OpenAPI

````yaml delete /members/{app_id}/{member_id}
openapi: 3.1.0
info:
  title: NoRamp
  description: NoRamp API
  version: '1.1'
  contact: {}
servers: []
security: []
tags: []
paths:
  /members/{app_id}/{member_id}:
    delete:
      operationId: MembersController_delete
      parameters:
        - name: member_id
          required: true
          in: path
          schema:
            type: string
        - name: app_id
          required: true
          in: path
          schema:
            type: string
      responses:
        '200':
          description: ''

````