curl --request DELETE \
--url http://localhost:8000/api/v1/chat/gemini_prompts/{prompt_id} \
--header 'Authorization: Bearer <token>'{}Delete the Gemini prompt for the given ID.
Args: prompt_id (int): The ID of the Gemini prompt _admin_user (User): The current user
Returns: dict: The response
curl --request DELETE \
--url http://localhost:8000/api/v1/chat/gemini_prompts/{prompt_id} \
--header 'Authorization: Bearer <token>'{}The access token received from the authorization server in the OAuth 2.0 flow.
Successful Response
The response is of type Response Delete Gemini Prompt Api V1 Chat Gemini Prompts Prompt Id Delete · object.