Agent Folders

Delete Agent Folder

Delete an agent folder. If the folder contains assignments or subfolders, pass force=true to delete it and move the contained assignments to the root level.

delete/v2/agent-folders/{folder_id}

Path parameters

folder_idstring uuid required

The folder's unique identifier

Query parameters

forcestring

Pass 'true' to delete a folder that still contains assignments or subfolders. Any contained assignments will be moved to the root level.

Response

Default Response

successboolean required

Always true on success

Changes

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