Skip to main content
POST
Delete prompt version

Authorizations

Authorization
string
header
required

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

Body

application/json
manifest
ChatPromptManifest · object
required

Manifest identifying the prompt version to delete

Response

200 - application/json

Empty response indicating successful deletion

The response is of type EmptyResponse · object.