Skip to main content
DELETE
/
public
/
v1
/
classifications
/
{classification_id}
Delete Classification
curl --request DELETE \
  --url https://api.dualentry.com/public/v1/classifications/{classification_id}/ \
  --header 'X-API-KEY: <api-key>'
{
  "success": true,
  "errors": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.dualentry.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-KEY
string
header
required

Path Parameters

classification_id
integer
required

Response

OK

success
boolean
default:true
errors
Errors · object
Last modified on May 29, 2026