cURL
curl --request DELETE \ --url https://api.mudstack.com/workspace/folders \ --header 'Authorization: Bearer <token>' \ --header 'x-account-id: <x-account-id>' \ --header 'x-workspace-id: <x-workspace-id>'
Delete a folder from the workspace.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The path of the folder to delete.
Whether to permanently delete the folder.
Folder deleted successfully.
Was this page helpful?