## DeletePrompt **post** `/gitpod.v1.AgentService/DeletePrompt` Deletes a prompt. Use this method to: - Remove unused prompts ### Body Parameters - `promptId: optional string` ### Example ```http curl https://app.gitpod.io/api/gitpod.v1.AgentService/DeletePrompt \ -H 'Content-Type: application/json' \ -H "Authorization: Bearer $GITPOD_API_KEY" \ -d '{}' ``` #### Response ```json {} ```