Skip to main content
DELETE
/
v1
/
configurations
/
{configId}
Delete a configuration
curl --request DELETE \
  --url https://api.dp1.us.honeyhive.ai/v1/configurations/{configId} \
  --header 'Authorization: Bearer <token>'
{
  "acknowledged": true,
  "deletedCount": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.honeyhive.ai/llms.txt

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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

configId
string
required

Configuration ID like 6638187d505c6812e4043f24

Response

200 - application/json

Configuration deleted successfully

Response for DELETE /configurations

acknowledged
boolean
required
deletedCount
number
required