PeopleForce
GuidesAPI reference
List all document folders GETCreate a document folder POSTGet a document folder GETDelete a document folder DELETEUpdate a document folder PUT
Document folders

Delete a document folder

DELETE
/api/public/v2/document_folders/{id}

Path Parameters

id*integer

Response Body

application/json

curl -X DELETE "https://example.com/api/public/v2/document_folders/0"
Empty

Get a document folder GET

Previous Page

Update a document folder PUT

Next Page