cURL
curl --request POST \ --url https://api.stax.ai/stack/remove \ --header 'Content-Type: application/json' \ --cookie authToken= \ --data ' { "stackId": "<string>" } '
{ "success": true }
Delete a stack
Cookie-based authentication using userId and authToken cookies
MongoDB ObjectId
Stack removed successfully
true