cURL
curl --request DELETE \ --url https://{api_endpoint}/api/v1/orchestrate/agents/{id}/chat-starter-settings \ --header 'Authorization: Bearer <token>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Type of chat starter setting to delete. Can only accept 'starter_prompts', 'welcome_content', or 'all'.
Successful Response