🔴Delete Knowledge Base
DELETE
https://api.anunzi.net/v2/knowledge_base/{id}
Delete an existing knowledge base from your Anunzi environment. ⚠️ This action is irreversible.
Path Parameters
Parameter
Type
Required
Description
id
string
Yes
The unique ID of the knowledge base to delete.
Example Request (cURL)
curl --request DELETE \
--url https://api.anunzi.net/v2/knowledge_base/45648646 \
--header 'accept: application/json' \
--header 'Authorization: Bearer API_KEY'Example Response (200 OK)
jsonCopiarEditar{}Status Codes
Code
Description
200
Knowledge base deleted successfully.
400
Bad Request. Invalid or missing parameters.
Última actualización
¿Te fue útil?