Skip to main content
DELETE
/
api
/
v1
/
chat
/
gemini_prompts
/
{prompt_id}
Delete Gemini Prompt
curl --request DELETE \
  --url http://localhost:8000/api/v1/chat/gemini_prompts/{prompt_id} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

prompt_id
integer
required

Response

Successful Response

The response is of type Response Delete Gemini Prompt Api V1 Chat Gemini Prompts Prompt Id Delete · object.