DELETE
/
prompts
/
{promptId}
curl --request DELETE \
  --url https://api.portkey.ai/v1/prompts/{promptId} \
  --header 'x-portkey-api-key: <api-key>'
{}

Authorizations

x-portkey-api-key
string
header
required

Path Parameters

promptId
string
required

Response

200
application/json
Prompt deleted successfully

The response is of type object.