Delete Prompt(s)
Entities
Delete Prompt(s)
Delete one or more prompts. Supply either promptId (single) or promptIds
(batch) via query parameters, or a JSON body with { "promptId": "..." }
or { "promptIds": ["...", "..."] }. Maximum 100 IDs per batch request.
DELETE
Delete Prompt(s)
Documentation Index
Fetch the complete documentation index at: https://docs.geogen.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key authentication. Format: Bearer wsk_your_api_key
Query Parameters
Single prompt ID to delete (mutually exclusive with promptIds).
Comma-separated list of prompt IDs to delete (max 100).
Body
application/json
- Option 1
- Option 2
Response
Prompt(s) deleted successfully
- Option 1
- Option 2

