Skip to main content
DELETE
/
admin
/
api
/
v1
/
prompts
/
{prompt_row_id}
Delete Prompt
curl --request DELETE \
  --url https://api.example.com/admin/api/v1/prompts/{prompt_row_id}
{
  "data": {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "deleted": true
  },
  "reload": {
    "message": "<string>",
    "error": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.idun-group.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

prompt_row_id
string<uuid>
required

Response

Successful Response

data
StandaloneDeleteResult · object
required

Body of a successful DELETE response, wrapped in StandaloneMutationResponse.

reload
StandaloneReloadResult · object
required

Reload outcome attached to every admin mutation response.

reloaded means DB committed and runtime now uses the new config. restart_required means DB committed and process restart is needed. reload_failed means DB rolled back and runtime is unchanged.

Last modified on May 22, 2026