Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://openapi.pluuug.com/v1/inquiry/{inquiry_id}/text_history/{history_id} \ --header 'X-API-Key: <api-key>' \ --header 'X-Signature: <api-key>'
텍스트 히스토리를 삭제합니다. Hard delete (InquiryTextHistory는 BaseModel) — DB에서 영구 제거됩니다. 별도 알림 없음.
InquiryTextHistory
BaseModel
HMAC-SHA256 방식으로 body를 secret key로 해싱하여 생성한 서명을 넣어야 합니다. 서버는 X-API-Key와 대응되는 secret key로 서명을 검증합니다.
No response body