LogoLogo
Dashboard
  • 💾Introduction
  • 🚀Getting started
  • 🔌Connections
  • 🔑Authentication and API Keys
  • 🛠️Transformers
  • API Docs
    • append
    • exists
    • list
    • mkdir
    • ping
    • read
    • rmdir
    • unlink
    • stat
    • write
Powered by GitBook
On this page
  1. API Docs

rmdir

PreviousreadNextunlink

Last updated 1 year ago

Delete a directory.

delete

Delete a directory

Authorizations
Path parameters
connectionSlugstringRequired
Query parameters
pathstringRequired
Responses
200
The directory was deleted
application/json
Responseone of
or
400
The request was malformed
delete
DELETE /{connectionSlug}/rmdir HTTP/1.1
Host: api.sftpoverhttp.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
  "rmdir": true
}