cURL
curl --request DELETE \ --url https://api.honeyhive.ai/v1/configurations/{id} \ --header 'Authorization: Bearer <token>'
{ "acknowledged": true, "deletedCount": 123 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Configuration ID like 6638187d505c6812e4043f24
6638187d505c6812e4043f24
Configuration deleted successfully
Was this page helpful?