---
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

## Changes

- **2023-07-29** `9d9961141511` — 1 info
  - api operation id `ApiController.DeleteCasbinAdapter` removed and replaced with `ApiController.DeleteAdapter`
- **2023-06-29** `018ac85c0d13` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/casdoor/apis/casdoor-restful-api/changes/api/delete-adapter/post.md)

---

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