Delete a specific assistant version
Permanently removes a specific version of an assistant. Can not delete main version
DELETE
JavaScript
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Unique identifier of the assistant.
Unique identifier of the version.
Response
Returns HTTP 204 No Content on successful deletion
JavaScript