Delete folder

Delete a folder. No test is deleted: the folder's subfolders move up to its own parent and its tests become unfiled, and the response says which. To delete the tests too, call DELETE /tests with their ids first.

delete/tests/folders

Request body

folderIdstring required

Response

Successful response

messagestring
folderIdstring
promotedFolderIdsstring[]

Subfolders that moved up to the deleted folder's parent.

unfiledTestIdsstring[]

Tests that were in the folder and are now in no folder.

Changes

No recorded changes to this endpoint across all 1 revision of this API.