cURL
curl --request DELETE \ --url https://reit.connectors.aicoflow.com/api/orders/{order_id} \ --header 'Content-Type: application/json' \ --data ' { "order_id": 123, "password": "<string>" } '
{ "success": true, "message": "" }
Delete an order from PlanSo.
Security: Requires password confirmation to prevent accidental deletions. The password should match the authenticated user’s password.
Request to delete an order.
Order ID to delete
User password for confirmation
1
Deletion confirmation
Response after deleting an order.