cURL
curl --request DELETE \ --url https://api.example.com/api/ai/configurations/{id} \ --header 'Authorization: Bearer <token>'
{ "message": "<string>" }
Delete an AI configuration
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
AI configuration deleted successfully