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

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Configuration ID like 6638187d505c6812e4043f24

Response

200 - application/json

Configuration deleted successfully

acknowledged
boolean
required
deletedCount
number
required