Delete a prompt
DELETE/api/v1/prompts/:prompt
Delete a prompt
Request
Path Parameters
prompt stringrequired
Responses
- 204
- 400
- 500
No Content
Bad Request
- 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...