cURL
curl --request DELETE \ --url https://api.ai2fin.com/api/category-sets/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "movedCategories": 123, "message": "<string>" }
Delete a category set. Categories will be moved to the default set. Default sets cannot be deleted.
JWT token obtained from /api/auth/login endpoint
Category set deleted