Path Parameters
assistant_id(string, required): The unique identifier for the assistant you want to delete.
Response
A successful deletion will return a200 OK status code with a confirmation message.
Response
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.