Skip to main content
DELETE
/
api
/
v1
/
knowledge-bases
/
{id}
Delete Knowledge Base
curl --request DELETE \
  --url https://colloqui-web-develop-btoadh.laravel.cloud/api/v1/knowledge-bases/{id} \
  --header 'Authorization: Bearer <token>'
""

Authorizations

Authorization
string
header
required

Bearer token authentication

Path Parameters

id
string
required

The ID of the knowledge base.

Response

204 - text/plain

Success

The response is of type string.

Example:

""