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

Authorizations

x-portkey-api-key
string
header
required

Path Parameters

promptPartialId
string
required

Response

200
application/json
Prompt partial deleted successfully

The response is of type object.