logs

Bulk Delete Logs

Soft-delete selected logs (sets deleted_at; excluded from metrics/dashboards/list).

Idempotent — re-deleting already-deleted logs is a no-op.

post/api/v1/logs/bulk-delete

Request body

subject'voice' | 'text' | 'email' | 'booking' nullable
idsstring[]
voice_call_idsstring[]
text_session_idsstring[]
email_thread_idsstring[]

Response

Successful Response

deleted_countinteger required
matched_countinteger

Changes

No recorded changes to this endpoint across all 1 revision of this API.