Remove Prompt
POST/prompt-svc/remove
Remove a prompt by ID.
Request
- application/json
Body
required
Remove Prompt Request
promptId string
Responses
- 200
- 400
- 401
- 500
{}
- application/json
- Schema
- Example (from schema)
Schema
object
{}
Invalid JSON
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "string"
}
Unauthorized
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "string"
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "string"
}
Loading...