---
title: "Delete SFTP Account"
method: DELETE
path: "/v0/sftp-accounts/{sftp-account-id}"
tags: ["SFTP Accounts"]
---

# Delete SFTP Account

`DELETE /v0/sftp-accounts/{sftp-account-id}`

Delete a specific SFTP Account.

## Path parameters

- `sftp-account-id` integer, required

## Response `200`

Successful response. The primary way to verify the request's success or failure is the response status code.
In a future API version this endpoint may not return any response body at all.

- DeleteSftpAccountResponse
  - `success` boolean

## Other responses

- `400` — Bad request

---

[API](https://skmtc.net/oneschema/apis/templates.md) · [All operations](https://skmtc.net/oneschema/apis/templates/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oneschema/templates/revisions/40674aa6d4d9/schema)
