Skip to main content
DELETE
/
prompts
/
{prompt_id}
Delete Prompt
curl --request DELETE \
  --url https://api.peec.ai/customer/v1/prompts/{prompt_id} \
  --header 'X-API-Key: <api-key>'
{}

Authorizations

X-API-Key
string
header
required

Path Parameters

prompt_id
string
required

Response

Prompt deleted successfully

Prompt deleted successfully