Prompts

DELETE /projects/{project_id}/prompts/{prompt_id}
PublicDeletePromptV1PublicProjectsProjectIdPromptsPromptIdDelete

Public endpoint for structured AI visibility intelligence.

Parameters

prompt_id string (uuid) PATH required

No description provided.

Example:string

project_id string (uuid) PATH required

No description provided.

Example:PROJECT_ID

cURL Example

curl --request DELETE \
  --url 'https://api.visiblee.ai/v1/public/projects/PROJECT_ID/prompts/{prompt_id}' \
  --header 'X-API-Key: YOUR_API_KEY'

Responses

204 No Content
422 Validation Error HTTPValidationError

Validation Error

Media type application/json

No response schemas are defined for this endpoint.
{
  "$ref": "#/components/schemas/HTTPValidationError"
}