Skip to main content
DELETE
/
api
/
category-sets
/
{id}
Delete category set
curl --request DELETE \
  --url https://api.ai2fin.com/api/category-sets/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "movedCategories": 123,
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

JWT token obtained from /api/auth/login endpoint

Path Parameters

id
string
required

Response

Category set deleted

success
boolean
movedCategories
integer
message
string