Detach Knowledge to Assistant

DELETE /v1/Assistants/{assistantId}/Knowledge/{id}

Detach Knowledge to Assistant

Path parameters

  • assistantId string Required

    The assistant ID.

  • id string Required

    The knowledge ID.

Responses

  • 204

    No Content

DELETE /v1/Assistants/{assistantId}/Knowledge/{id}
curl \
 --request DELETE 'https://assistants.twilio.com/v1/Assistants/{assistantId}/Knowledge/{id}' \
 --user "username:password"