---
title: "POST /api/delete-adapter"
method: POST
path: "/api/delete-adapter"
tags: ["Adapter API"]
---

# POST /api/delete-adapter

`POST /api/delete-adapter`

delete adapter

## Request body

- ObjectAdapter
  - `createdTime` string
  - `database` string
  - `databaseType` string
  - `host` string
  - `name` string
  - `owner` string
  - `password` string
  - `port` integer
  - `table` string
  - `tableNamePrefix` string
  - `type` string
  - `user` string

## Response `200`

The Response object

---

[API](https://skmtc.net/casdoor/apis/casdoor-restful-api.md) · [All operations](https://skmtc.net/casdoor/apis/casdoor-restful-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/casdoor/casdoor-restful-api/versions/be9a5584b821/schema)
