Skip to main content
DELETE
/
categories
/
{id}
Delete a category
curl --request DELETE \
  --url https://api.finta.io/v2/categories/{id} \
  --header 'Authorization: Bearer <token>'
{
  "error": {
    "code": "STORAGE_MODE_REQUIRED",
    "message": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Finta API key from the dashboard (Bearer token).

Path Parameters

id
string<uuid>
required

Category UUID

Response

Category deleted