Prompts
Delete a prompt by name
DELETE
/
prompts
/
{id}
Authorization
Path
curl --request DELETE \
--url https://api.honeyhive.ai/prompts/{id} \
--header 'Authorization: <authorization>'
{
"result": {}
}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
id
string
requiredResponse
200 - application/json
result
object
The result of the delete operation
curl --request DELETE \
--url https://api.honeyhive.ai/prompts/{id} \
--header 'Authorization: <authorization>'
{
"result": {}
}