Skip to content

Record Delete Handler

Allows to delete a record from your MongoDB instance.

typescript
type handlers = { 
  DeleteRecord: { 
    handle(context: Context): Promise<Response> 
  }
}

Endpoint

Method: DELETE Path: /your-endpoint/api/record/:sri