cURL
curl --request GET \ --url https://api.promptmetrics.dev/template/deleted/list \ --header 'Authorization: Bearer <token>'
{ "responseData": { "data": [], "total": 0, "page": 1, "pages": 0 } }
Lists soft-deleted templates for trash and recovery.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Deleted templates list
Show child attributes