cURL
curl --request POST \ --url https://api.velt.dev/v2/organizations/folders/delete \ --header 'Content-Type: application/json' \ --header 'x-velt-api-key: <x-velt-api-key>' \ --header 'x-velt-auth-token: <x-velt-auth-token>' \ --data '{ "data": { "organizationId": "<string>", "folderId": "<string>" } }'
{ "result": { "status": "success", "message": "Folder deletion initiated successfully.", "data": null } }
POST https://api.velt.dev/v2/organizations/folders/delete
Show properties
{ "data": { "organizationId": "org10", "folderId": "folderId2" } }
{ "error": { "code": "not-found", "message": "Folder not found." } }
Was this page helpful?