Delete prompt template

Remove a template and its versions. It must be unassigned from all workspaces first.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <API_KEY>, where API_KEY is your API key.

Path parameters

templateIdstringRequired
Template to delete.

Response

Confirms the prompt template was deleted.
successboolean
True when the template was deleted.

Errors

403
Forbidden Error
404
Not Found Error
409
Conflict Error
500
Internal Server Error