Python
Delete a record
Remove a record using your record identifier
client.delete_a_record(client_id="post-123")Pass the same client_id used to create or ingest the record. The method returns SuccessResponse after removal. Do not use the Insion record ID here.