cURL
curl --request DELETE \ --url https://api.gbase.ai/v1/ais/{ai_id} \ --header 'Authorization: Bearer <token>'
{}
You can delete an AI type you don’t want through this interface.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response