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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

promptId
string
required

Response

200
application/json

Prompt deleted successfully

The response is of type object.