cURL
curl --request POST \ --url https://docflow.textin.ai/api/app-api/sip/platform/v2/workspace/delete \ --header 'Content-Type: application/json' \ --header 'x-ti-app-id: <api-key>' \ --header 'x-ti-secret-code: <api-key>' \ --data ' { "workspace_ids": [ "1234567890" ] } '
{ "code": 200, "msg": "<string>" }
Delete specified workspace(s)
Documentation IndexFetch the complete documentation index at: https://docs-docflow.textin.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs-docflow.textin.ai/llms.txt
Use this file to discover all available pages before exploring further.
List of workspace IDs to delete
Workspace ID
Successfully deleted workspace
Status code
200
Status description